Passed
Branch master (a2d84f)
by Anatoly
01:24
created
tests/RouterTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,7 @@
 block discarded – undo
117 117
 		try
118 118
 		{
119 119
 			$router->match($request);
120
-		}
121
-		catch (MethodNotAllowedException $e)
120
+		} catch (MethodNotAllowedException $e)
122 121
 		{
123 122
 			$this->assertEquals(['POST', 'PATCH', 'DELETE'], $e->getAllowedMethods());
124 123
 
Please login to merge, or discard this patch.