Completed
Push — master ( 386688...17fdf2 )
by Thomas
04:09 queued 01:53
created
src/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,10 +131,10 @@
 block discarded – undo
131 131
             $view = new View($viewsPath, $helpers);
132 132
 
133 133
             // TODO move to own ViewExtension class
134
-            $view->registerHelper('escape', function (string $string) {
134
+            $view->registerHelper('escape', function(string $string) {
135 135
                 return htmlspecialchars($string);
136 136
             });
137
-            $view->registerHelper('url', function ($args) {
137
+            $view->registerHelper('url', function($args) {
138 138
                 return UrlHelper::to($args);
139 139
             });
140 140
 
Please login to merge, or discard this patch.