X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fexpression-language%2FToken.php;h=329273a84be64f961881d920dc4608b0fd513b56;hb=e0411c4e83ba0d079034db83c3f7f55be24a0e35;hp=bb83d50a4d0dcb5d26c5e6d24b6158234ca26bcb;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/symfony/expression-language/Token.php b/vendor/symfony/expression-language/Token.php index bb83d50a4..329273a84 100644 --- a/vendor/symfony/expression-language/Token.php +++ b/vendor/symfony/expression-language/Token.php @@ -32,7 +32,7 @@ class Token /** * Constructor. * - * @param int $type The type of the token + * @param string $type The type of the token (self::*_TYPE) * @param string $value The token value * @param int $cursor The cursor position in the source */