@@ -89,7 +89,7 @@ |
||
| 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 | |