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

Commit

Permalink
Resolved merge conflicts from commit 83ba3cf
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and Mike Willbanks committed Jun 20, 2013
1 parent 168f1df commit 09b2c2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ItemList.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
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 09b2c2b

Please # to comment.