Skip to content

Commit 3a76d1a

Browse files
authored
Apply fixes from StyleCI (#217)
[ci skip] [skip ci]
1 parent 145993b commit 3a76d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Routing/RouteMock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function getDefaults()
4040

4141
public function getRequirement($key)
4242
{
43-
if ($key !== '_locale') {
43+
if ('_locale' !== $key) {
4444
throw new \Exception();
4545
}
4646

0 commit comments

Comments
 (0)