Fix: FrameCollection::map should return instance

This commit is contained in:
filp
2013-05-10 20:27:35 +01:00
parent f563bfd939
commit fbe0b89d18
+2
View File
@@ -67,6 +67,8 @@ class FrameCollection implements IteratorAggregate, Serializable, Countable
return $frame;
}, $this->frames);
return $this;
}
/**