Commit e1fb5e53 authored by zYne's avatar zYne

removed iterator references (those will be added when the implementation is ready)

parent d1085b00
......@@ -29,5 +29,5 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class Doctrine_Node_NestedSet_LevelOrderIterator implements Iterator
class Doctrine_Node_NestedSet_LevelOrderIterator
{}
......@@ -29,5 +29,5 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class Doctrine_Node_NestedSet_PostOrderIterator implements Iterator
class Doctrine_Node_NestedSet_PostOrderIterator
{}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment