Completed
Push — master ( 0eeb4f...e61287 )
by Kristoffer
01:32
created
src/Laravel/FormRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
      */
84 84
     public function initialize(array $query = [], array $request = [], array $attributes = [], array $cookies = [], array $files = [], array $server = [], $content = null)
85 85
     {
86
-        if (! empty($request) && ($rules = $this->sanitize())) {
86
+        if (!empty($request) && ($rules = $this->sanitize())) {
87 87
             $sanitizer = app(Sanitizer::class)->rules($rules);
88 88
 
89 89
             $request = $sanitizer->sanitize($request);
Please login to merge, or discard this patch.