Passed
Push — master ( 1867a1...d9aba3 )
by Aimeos
04:17
created
src/Controller/ResolveController.php 1 patch
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,9 +67,13 @@
 block discarded – undo
67 67
 
68 68
 		foreach( self::$fcn as $name => $fcn )
69 69
 		{
70
-			try {
70
+			try
71
+			{
71 72
 				return $fcn( $context, $path );
72
-			} catch( \Exception $e ) {}
73
+			}
74
+			catch( \Exception $e )
75
+			{
76
+}
73 77
 		}
74 78
 
75 79
 		abort( 404 );
Please login to merge, or discard this patch.