Update FrameCollection doccomment

This commit is contained in:
filp
2013-05-10 23:09:54 +01:00
parent 55a4a1f698
commit 5fedbe8a5e
+2 -3
View File
@@ -13,9 +13,8 @@ use Serializable;
use Countable;
/**
* Mostly just implements iterator methods, the only
* notable aspects is that it is read-only, and instantiates
* Frame objects on demand.
* Exposes a fluent interface for dealing with an ordered list
* of stack-trace frames.
*/
class FrameCollection implements IteratorAggregate, Serializable, Countable
{