diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 21:07:24 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-16 22:35:39 +0200 |
commit | 06bf864c41eeb8e0232f124f5a0539cb4f788439 (patch) | |
tree | b8b412bf6073d728f51791c375566bad4f944689 /phpBB/phpbb/event | |
parent | 34a4ba36cd554ebd3cab1bdbb422d97a9429bd72 (diff) | |
download | forums-06bf864c41eeb8e0232f124f5a0539cb4f788439.tar forums-06bf864c41eeb8e0232f124f5a0539cb4f788439.tar.gz forums-06bf864c41eeb8e0232f124f5a0539cb4f788439.tar.bz2 forums-06bf864c41eeb8e0232f124f5a0539cb4f788439.tar.xz forums-06bf864c41eeb8e0232f124f5a0539cb4f788439.zip |
[ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman
PHPBB3-12721
Diffstat (limited to 'phpBB/phpbb/event')
-rw-r--r-- | phpBB/phpbb/event/recursive_event_filter_iterator.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/event/recursive_event_filter_iterator.php b/phpBB/phpbb/event/recursive_event_filter_iterator.php index f65feff448..64e2e56f6a 100644 --- a/phpBB/phpbb/event/recursive_event_filter_iterator.php +++ b/phpBB/phpbb/event/recursive_event_filter_iterator.php @@ -39,7 +39,8 @@ class recursive_event_filter_iterator extends \RecursiveFilterIterator * * @return recursive_event_filter_iterator */ - public function getChildren() { + public function getChildren() + { return new self($this->getInnerIterator()->getChildren(), $this->root_path); } |