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

Commit

Permalink
Merge branch 'hotfix/3984'
Browse files Browse the repository at this point in the history
Close #3984
  • Loading branch information
weierophinney committed Mar 7, 2013
2 parents 43a94f1 + 821978e commit 55f9bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Stdlib/ArrayStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
namespace Zend\Stdlib;

use ArrayIterator;
use ArrayObject;
use ArrayObject as PhpArrayObject;

/**
* ArrayObject that acts as a stack with regards to iteration
*/
class ArrayStack extends ArrayObject
class ArrayStack extends PhpArrayObject
{
/**
* Retrieve iterator
Expand Down

0 comments on commit 55f9bcd

Please sign in to comment.