[ticket/12575] Fix 2 typos in comments

PHPBB3-12575
This commit is contained in:
Tristan Darricau 2014-05-22 13:27:12 +02:00
parent 0e4c7dbda5
commit 30a62d2e11
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ class service_collection extends \ArrayObject
} }
// Because of a PHP issue we have to redefine offsetExists // 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=66834
// https://bugs.php.net/bug.php?id=67067 // https://bugs.php.net/bug.php?id=67067
// But it triggers a sniffer issue that we have to skip // But it triggers a sniffer issue that we have to skip

View file

@ -50,7 +50,7 @@ class service_collection_iterator extends \ArrayIterator
} }
// Because of a PHP issue we have to redefine offsetExists // 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=66834
// https://bugs.php.net/bug.php?id=67067 // https://bugs.php.net/bug.php?id=67067
// But it triggers a sniffer issue that we have to skip // But it triggers a sniffer issue that we have to skip