Yaffs site version 1.1
[yaffs-website] / vendor / symfony / var-dumper / Caster / StubCaster.php
index 7556a19bd2c0040c99318c130bcb6126de399c55..45e0022d1f455bddcd9066b6644fb26764e93667 100644 (file)
@@ -29,8 +29,10 @@ class StubCaster
             $stub->handle = $c->handle;
             $stub->cut = $c->cut;
 
-            return array();
+            $a = array();
         }
+
+        return $a;
     }
 
     public static function castCutArray(CutArrayStub $c, array $a, Stub $stub, $isNested)