Fixed PHPDoc of Twig_Token::test

For exemple Twig_TokenParser_Set use ->test('endset')
This commit is contained in:
Grégoire Pineau
2018-05-02 16:04:55 +02:00
parent 257d0656cc
commit 35a1070a62
+1 -1
View 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