X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2FExplodeIterator.php;h=d4abdc86e856d2f79fc097c6cfb51470480c3491;hb=87d14862d700565eabebe1861b4a5e3ad07c445b;hp=3b34d9bce0d56966d9265d27dbc3fc51e1bda74f;hpb=1e209d1e74cf2c0f5f78a3ca8014fc0af9d7f0a5;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; /**