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 145993b commit 3a76d1aCopy full SHA for 3a76d1a
tests/Unit/Routing/RouteMock.php
@@ -40,7 +40,7 @@ public function getDefaults()
40
41
public function getRequirement($key)
42
{
43
- if ($key !== '_locale') {
+ if ('_locale' !== $key) {
44
throw new \Exception();
45
}
46
0 commit comments