mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
minor #2681 Fixed PHPDoc of Twig_Token::test (lyrixx)
This PR was merged into the 1.x branch.
Discussion
----------
Fixed PHPDoc of Twig_Token::test
For exemple `Twig_TokenParser_Set` use `->test('endset')`
Commits
-------
35a1070a Fixed PHPDoc of Twig_Token::test
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