X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=includes%2Flibs%2FExplodeIterator.php;h=d4abdc86e856d2f79fc097c6cfb51470480c3491;hb=9c94cd87ff7a4fd18eaafec97146a60ab4463161;hp=3b34d9bce0d56966d9265d27dbc3fc51e1bda74f;hpb=483381a60ce38d07ba26879f705dbdfd948a739d;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; /**