Passed
Push — master ( 147dd0...301e12 )
by Thierry
02:05
created
src/start.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,13 +41,13 @@
 block discarded – undo
41 41
         CuteAlertLibrary::class, // CuteAlert
42 42
     ];
43 43
     $jaxon = jaxon();
44
-    foreach($aLibraries as $sClass)
44
+    foreach ($aLibraries as $sClass)
45 45
     {
46 46
         try
47 47
         {
48 48
             $jaxon->dialog()->registerLibrary($sClass, $sClass::NAME);
49 49
         }
50
-        catch(SetupException $e){}
50
+        catch (SetupException $e) {}
51 51
     }
52 52
     // Register the template dir into the template renderer
53 53
     $jaxon->template()->addNamespace('jaxon::dialogs', dirname(__DIR__) . '/templates');
Please login to merge, or discard this patch.