Yaffs site version 1.1
[yaffs-website] / vendor / symfony / expression-language / Token.php
index bb83d50a4d0dcb5d26c5e6d24b6158234ca26bcb..329273a84be64f961881d920dc4608b0fd513b56 100644 (file)
@@ -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
      */