Passed
Push — master ( 2cb546...9b3a22 )
by Thierry
08:13
created
src/start.php 1 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.