Skip to content

Commit

Permalink
Removing IteratorAggregate to comply with 5.3.3 strict mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Dec 5, 2010
1 parent 68f0b68 commit c5ee8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Recess/Core/IHash.php
Expand Up @@ -13,7 +13,7 @@
* @author Copyright © RecessFramework.org 2008-2010 (MIT License)
* @since Recess PHP Framework 5.3
*/
interface IHash extends \ArrayAccess, \Countable, \Iterator, \IteratorAggregate {
interface IHash extends \ArrayAccess, \Countable, \Iterator {
/** @} */

/**
Expand Down Expand Up @@ -78,4 +78,4 @@ function valid();
From \IteratorAggregate
function getIterator();
*/
}
}

0 comments on commit c5ee8b7

Please sign in to comment.