Passed
Push — dev ( 44a5a9...75307b )
by Yan
02:18
created
src/Lincable/Http/FileRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      */
126 126
     protected function parseValidationRules(UploadedFile $file)
127 127
     {
128
-        return [$this->getParameter() => $this->rules($file)];
128
+        return [ $this->getParameter() => $this->rules($file) ];
129 129
     }
130 130
 
131 131
     /**
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
         $eventMethod = 'beforeSend';
153 153
 
154 154
         if (method_exists($this, $eventMethod)) {
155
-            $app->call([$this, $method], $file);
155
+            $app->call([ $this, $method ], $file);
156 156
         }
157 157
     }
158 158
 
Please login to merge, or discard this patch.