Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / twig / twig / lib / Twig / Token.php
index c7850eccc3d8a3f84105d4ce7d7dd69b9f326b0e..89066869d20cf2157736db1d884c6793cb938f57 100644 (file)
@@ -62,7 +62,7 @@ class Twig_Token
      *  * type and value (or array of possible values)
      *  * just value (or array of possible values) (NAME_TYPE is used as type)
      *
-     * @param array|int         $type   The type to test
+     * @param array|string|int  $type   The type to test
      * @param array|string|null $values The token value
      *
      * @return bool