X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FExplodeIterator.php;h=d4abdc86e856d2f79fc097c6cfb51470480c3491;hb=90e7c3592e96f42160375382d2dfd8bda1923a99;hp=3b34d9bce0d56966d9265d27dbc3fc51e1bda74f;hpb=ff05579d1c7fcf9d449bdd474b48338dd58b1c5d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/ExplodeIterator.php b/includes/libs/ExplodeIterator.php index 3b34d9bce0..d4abdc86e8 100644 --- a/includes/libs/ExplodeIterator.php +++ b/includes/libs/ExplodeIterator.php @@ -40,7 +40,7 @@ class ExplodeIterator implements Iterator { // The position after the end of the next delimiter private $endPos; - // The current token + /** @var string|false The current token */ private $current; /**