From 0e4c7dbda5d878592bc4f45b18a41202e0ab2d21 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Thu, 22 May 2014 11:34:19 +0200 Subject: [ticket/12575] Fix typos in comments PHPBB3-12575 --- phpBB/phpbb/di/service_collection_iterator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/phpbb/di/service_collection_iterator.php') diff --git a/phpBB/phpbb/di/service_collection_iterator.php b/phpBB/phpbb/di/service_collection_iterator.php index 7870174c08..efea2cd956 100644 --- a/phpBB/phpbb/di/service_collection_iterator.php +++ b/phpBB/phpbb/di/service_collection_iterator.php @@ -2,7 +2,7 @@ /** * * @package phpBB3 -* @copyright (c) 2011 phpBB Group +* @copyright (c) 2014 phpBB Group * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ @@ -12,7 +12,7 @@ namespace phpbb\di; use Symfony\Component\DependencyInjection\ContainerInterface; /** -* Iterator which load the services when they are requested +* Iterator which loads the services when they are requested * * @package phpBB3 */ @@ -50,7 +50,7 @@ class service_collection_iterator extends \ArrayIterator } // Because of a PHP issue we have to redefine offsetExists - // (even