Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ItemList.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
use Zend\Tag\Exception\InvalidArgumentException;
use Zend\Tag\Exception\OutOfBoundsException;

class ItemList implements Countable, SeekableIterator, ArrayAccess
class ItemList implements
Countable,
SeekableIterator,
ArrayAccess
{
/**
* Items in this list
Expand Down

0 comments on commit 168f1df

Please # to comment.