@@ -157,7 +157,7 @@ |
||
157 | 157 | { |
158 | 158 | // does this object support being converted to a string? |
159 | 159 | if (method_exists($item, '__toString')) { |
160 | - return [ 'string' => 'string' ]; |
|
160 | + return ['string' => 'string']; |
|
161 | 161 | } |
162 | 162 | |
163 | 163 | // no, it does not |