Passed
Push — master ( 2cb546...9b3a22 )
by Thierry
08:13
created
src/start.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,13 +36,13 @@
 block discarded – undo
36 36
         'jconfirm'      => Jaxon\Dialogs\JQueryConfirm\JQueryConfirmLibrary::class,
37 37
     ];
38 38
     $jaxon = jaxon();
39
-    foreach($aLibraries as $sName => $sClass)
39
+    foreach ($aLibraries as $sName => $sClass)
40 40
     {
41 41
         try
42 42
         {
43 43
             $jaxon->dialog()->registerLibrary($sClass, $sName);
44 44
         }
45
-        catch(SetupException $e){}
45
+        catch (SetupException $e) {}
46 46
     }
47 47
     // Register the template dir into the template renderer
48 48
     $jaxon->template()->addNamespace('jaxon::dialogs', dirname(__DIR__) . '/templates');
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
         try
42 42
         {
43 43
             $jaxon->dialog()->registerLibrary($sClass, $sName);
44
-        }
45
-        catch(SetupException $e){}
44
+        } catch(SetupException $e){}
46 45
     }
47 46
     // Register the template dir into the template renderer
48 47
     $jaxon->template()->addNamespace('jaxon::dialogs', dirname(__DIR__) . '/templates');
Please login to merge, or discard this patch.