Passed
Push — master ( 5a8755...539250 )
by mahdi
03:03 queued 28s
created
src/RedirectionForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      */
110 110
     protected function getDefaultViewRenderer(string $view, string $method, array $inputs, string $action) : callable
111 111
     {
112
-        return function () use ($view, $method, $inputs, $action) {
112
+        return function() use ($view, $method, $inputs, $action) {
113 113
             ob_start();
114 114
 
115 115
             require($view);
Please login to merge, or discard this patch.