Passed
Push — main ( 44d71c...6c775e )
by Thierry
04:18 queued 39s
created
src/start.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,13 +34,13 @@
 block discarded – undo
34 34
     ];
35 35
     $jaxon = Jaxon::getInstance();
36 36
     $xDialog = $jaxon->dialog();
37
-    foreach($aLibraries as $sClass)
37
+    foreach ($aLibraries as $sClass)
38 38
     {
39 39
         try
40 40
         {
41 41
             $xDialog->registerLibrary($sClass, $sClass::NAME);
42 42
         }
43
-        catch(SetupException $_){}
43
+        catch (SetupException $_) {}
44 44
     }
45 45
 
46 46
     // Register the template dir into the template renderer
Please login to merge, or discard this patch.