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:
Fabien Potencier
2018-05-02 17:04:18 +02:00
+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