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.php | 2 +- phpBB/phpbb/di/service_collection_iterator.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB') diff --git a/phpBB/phpbb/di/service_collection.php b/phpBB/phpbb/di/service_collection.php index ebf933d338..f598a1db1a 100644 --- a/phpBB/phpbb/di/service_collection.php +++ b/phpBB/phpbb/di/service_collection.php @@ -39,7 +39,7 @@ class service_collection extends \ArrayObject } // Because of a PHP issue we have to redefine offsetExists - // (even