Completed
Push — master ( 99f6c2...5bcbf0 )
by Pavel
05:52
created
src/LaravelDoctrine/Rest/RestRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function getFields()
25 25
     {
26
-        return $this->get('fields', []);
26
+        return $this->get('fields', [ ]);
27 27
     }
28 28
 
29 29
     /**
Please login to merge, or discard this patch.