mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 02:36:20 +00:00
Fix: FrameCollection::map should return instance
This commit is contained in:
@@ -67,6 +67,8 @@ class FrameCollection implements IteratorAggregate, Serializable, Countable
|
||||
|
||||
return $frame;
|
||||
}, $this->frames);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user