Passed
Push — master ( 30ccf7...726597 )
by mahdi
02:07
created
src/RedirectionForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      */
105 105
     protected function getDefaultViewRenderer() : callable
106 106
     {
107
-        return function (string $view, string $action, array $inputs, string $method) {
107
+        return function(string $view, string $action, array $inputs, string $method) {
108 108
             ob_start();
109 109
 
110 110
             require($view);
Please login to merge, or discard this patch.