Skip to content
This repository has been archived by the owner on Jan 30, 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 ff68c88 commit 295dff4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/AbstractContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
*
* AbstractContainer class for Zend\Navigation\Page classes.
*/
abstract class AbstractContainer implements
Countable,
RecursiveIterator
abstract class AbstractContainer implements Countable, RecursiveIterator
{
/**
* Contains sub pages
Expand Down

0 comments on commit 295dff4

Please sign in to comment.