Passed
Push — master ( bb5a4f...9ad936 )
by Aimeos
13:22 queued 10:01
created
admin/jqadm/src/Admin/JQAdm/Dashboard/Standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,9 +44,12 @@
 block discarded – undo
44 44
 	{
45 45
 		$view = $this->view();
46 46
 
47
-		try {
47
+		try
48
+		{
48 49
 			$view->listBody = parent::search();
49
-		} catch( \Exception $e ) {
50
+		}
51
+		catch( \Exception $e )
52
+		{
50 53
 			$this->report( $e, 'search' );
51 54
 		}
52 55
 
Please login to merge, or discard this patch.