mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-08 00:17:29 +00:00
fix typo in ApplyTokenParser PHP doc
Typo
This commit is contained in:
committed by
Fabien Potencier
parent
cb06013c8d
commit
47b5028f46
@@ -22,7 +22,7 @@ use Twig\Token;
|
||||
*
|
||||
* {% apply upper %}
|
||||
* This text becomes uppercase
|
||||
* {% endapplys %}
|
||||
* {% endapply %}
|
||||
*/
|
||||
final class ApplyTokenParser extends AbstractTokenParser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user