When parsing an empty array `items`, calling `all()` return null, but I would expect an empty array. ```php $dot = new Dot([], true); $dot->all(); // this returns null ```