1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

[ticket/12575] Fix typos in comments

PHPBB3-12575
This commit is contained in:
Tristan Darricau
2014-05-22 11:34:19 +02:00
parent d4cc6990e4
commit 0e4c7dbda5
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class service_collection extends \ArrayObject
}
// Because of a PHP issue we have to redefine offsetExists
// (even <ith 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