Completed
Pull Request — master (#164)
by Paul
08:29
created
src/View/Smarty/Extension/RouterExtension.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -12,11 +12,11 @@
 block discarded – undo
12 12
 
13 13
 use NoiseLabs\Bundle\SmartyBundle\Extension\RoutingExtension as BaseRoutingExtension;
14 14
 
15
- /**
16
-  * Provides integration of the Routing component with Smarty[Bundle].
17
-  *
18
-  * @author     Vítor Brandão <[email protected]>
19
-  */
20
- class RouterExtension extends BaseRoutingExtension
21
- {
22
- }
15
+    /**
16
+     * Provides integration of the Routing component with Smarty[Bundle].
17
+     *
18
+     * @author     Vítor Brandão <[email protected]>
19
+     */
20
+    class RouterExtension extends BaseRoutingExtension
21
+    {
22
+    }
Please login to merge, or discard this patch.
src/ServiceManager/Config/TemplatingConfig.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
                     $serviceManager->get('templating.helper.assets'),
114 114
                     new RouterHelper($serviceManager->get('router')),
115 115
                     new SessionHelper($serviceManager->get('session'))
116
-                 )
116
+                    )
117 117
             );
118 118
         });
119 119
 
Please login to merge, or discard this patch.