mirror of
https://github.com/filp/whoops.git
synced 2026-08-30 12:07:25 +00:00
Update FrameCollection doccomment
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user