Completed
Push — master ( e7d15e...4d68ec )
by Vladimir
02:22
created
src/Objects/ApiObject.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,9 @@
 block discarded – undo
289 289
      */
290 290
     final protected static function lazyCastNeededOnArray ($objectType, $array)
291 291
     {
292
-        if (is_array($array) && count($array) == 0) { return false; }
292
+        if (is_array($array) && count($array) == 0)
293
+        {
294
+return false; }
293 295
 
294 296
         $firstItem = $array[0];
295 297
 
Please login to merge, or discard this patch.