mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
Fixed PHPDoc of Twig_Token::test
For exemple Twig_TokenParser_Set use ->test('endset')
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user