aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/service_collection.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-22 13:27:12 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-14 01:45:29 +0200
commit30a62d2e114883c6ba7d4f6c441ef100a27131d0 (patch)
tree5feb1dfa8c91a779080ef28cdc4bef538ae09f0e /phpBB/phpbb/di/service_collection.php
parent0e4c7dbda5d878592bc4f45b18a41202e0ab2d21 (diff)
downloadforums-30a62d2e114883c6ba7d4f6c441ef100a27131d0.tar
forums-30a62d2e114883c6ba7d4f6c441ef100a27131d0.tar.gz
forums-30a62d2e114883c6ba7d4f6c441ef100a27131d0.tar.bz2
forums-30a62d2e114883c6ba7d4f6c441ef100a27131d0.tar.xz
forums-30a62d2e114883c6ba7d4f6c441ef100a27131d0.zip
[ticket/12575] Fix 2 typos in comments
PHPBB3-12575
Diffstat (limited to 'phpBB/phpbb/di/service_collection.php')
-rw-r--r--phpBB/phpbb/di/service_collection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/service_collection.php b/phpBB/phpbb/di/service_collection.php
index f598a1db1a..b64d8c9dcd 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 <with a call to the parent):
+ // (even with a call to the parent):
// https://bugs.php.net/bug.php?id=66834
// https://bugs.php.net/bug.php?id=67067
// But it triggers a sniffer issue that we have to skip