We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30470b6 commit 8ea9281Copy full SHA for 8ea9281
src/DataGenerator/RegexBasedAbstract.php
@@ -45,7 +45,7 @@ private function computeChunkSize($count) {
45
}
46
47
private function isStaticRoute($routeData) {
48
- return count($routeData) == 1 && is_string($routeData[0]);
+ return count($routeData) === 1 && is_string($routeData[0]);
49
50
51
private function addStaticRoute($httpMethod, $routeData, $handler) {
0 commit comments