Passed
Push — master ( 389bd6...4900f3 )
by Pavel
03:34
created
src/LaravelDoctrine/Rest/Traits/HandlesAuthorization.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * @param array|mixed   $arguments
23 23
      * @throws RestException
24 24
      */
25
-    public function authorize($request, $arguments = [])
25
+    public function authorize($request, $arguments = [ ])
26 26
     {
27 27
         try {
28 28
 
Please login to merge, or discard this patch.