From b167a64544f01f6097fa1bf33d32d0a1b5d6c6b9 Mon Sep 17 00:00:00 2001 From: shustrik Date: Thu, 6 Feb 2014 20:08:07 +0300 Subject: [PATCH] remove doc --- .../ORM/Query/TreeWalkerChainIterator.php | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php b/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php index d693b422a..1b0fb8a4f 100644 --- a/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php +++ b/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php @@ -1,14 +1,27 @@ . */ namespace Doctrine\ORM\Query; - +/** + * + */ class TreeWalkerChainIterator implements \Iterator, \ArrayAccess { /**