Passed
Push — master ( 4f1a2a...60fcbd )
by Aimeos
03:43
created
admin/jqadm/src/Admin/JQAdm/Common/Decorator/Page.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 				$id = current( array_keys( $siteManager->searchItems( $search ) ) ) ?: $siteItem->getId();
50 50
 			}
51 51
 		}
52
-		catch( \Exception $e ) { ; }
52
+		catch( \Exception $e ) {; }
53 53
 
54 54
 		if( $view->access( ['admin', 'super'] ) ) {
55 55
 			$level = \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE;
Please login to merge, or discard this patch.