Passed
Pull Request — master (#4)
by
unknown
02:43
created
src/Model/ListResponse.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
             } elseif (is_array($resource)) {
90 90
                 $result['Resources'][] = $resource;
91 91
             } else {
92
-              throw new \InvalidArgumentException('Resource must implement SerializableInterface or already be serialized to array');
92
+                throw new \InvalidArgumentException('Resource must implement SerializableInterface or already be serialized to array');
93 93
             }
94 94
         }
95 95
 
Please login to merge, or discard this patch.