Passed
Push — master ( b6b1fe...a07f0a )
by Anatoly
01:36
created
src/Router.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 				{
86 86
 					$attributes = \array_filter($matches, function($value, $name)
87 87
 					{
88
-						return ! ('' === $value || \is_int($name));
88
+						return !('' === $value || \is_int($name));
89 89
 
90 90
 					}, \ARRAY_FILTER_USE_BOTH);
91 91
 
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 			}
95 95
 		}
96 96
 
97
-		if (! empty($allowed))
97
+		if (!empty($allowed))
98 98
 		{
99 99
 			throw new MethodNotAllowedException($request, $allowed);
100 100
 		}
Please login to merge, or discard this patch.