Passed
Push — master ( 37b0a2...3ab679 )
by Kris
02:24
created
lib/ApiResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      */
111 111
     public function errors(): array
112 112
     {
113
-        return ($this->decodedResponse && property_exists($this->decodedResponse, 'errors')) ? $this->decodedResponse->errors : [];
113
+        return ($this->decodedResponse && property_exists($this->decodedResponse, 'errors')) ? $this->decodedResponse->errors : [ ];
114 114
     }
115 115
 
116 116
     /**
Please login to merge, or discard this patch.