Merge "Log entries can be rendered with parentheses in HTML"
[lhc/web/wiklou.git] / includes / utils / ClassCollector.php
index a9f7dd2..cf62f6d 100644 (file)
@@ -39,7 +39,7 @@ class ClassCollector {
        protected $startToken;
 
        /**
-        * @var array List of tokens that are members of the current expect sequence
+        * @var array[]|string[] List of tokens that are members of the current expect sequence
         */
        protected $tokens;