@@ -34,13 +34,13 @@ |
||
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 |
@@ -39,8 +39,7 @@ |
||
39 | 39 | try |
40 | 40 | { |
41 | 41 | $xDialog->registerLibrary($sClass, $sClass::NAME); |
42 | - } |
|
43 | - catch(SetupException $_){} |
|
42 | + } catch(SetupException $_){} |
|
44 | 43 | } |
45 | 44 | |
46 | 45 | // Register the template dir into the template renderer |
@@ -70,6 +70,6 @@ |
||
70 | 70 | */ |
71 | 71 | public function getScript(): string |
72 | 72 | { |
73 | - return $this->helper()->render('noty/lib.js'); |
|
73 | + return $this->helper()->render('noty/lib.js'); |
|
74 | 74 | } |
75 | 75 | } |