Completed
Branch develop (478812)
by Stuart
02:40
created
src/TypeInspectors/GetStringDuckTypes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.