fix typo in ApplyTokenParser PHP doc

Typo
This commit is contained in:
Chris Jung
2020-07-21 13:00:27 +02:00
committed by Fabien Potencier
parent cb06013c8d
commit 47b5028f46
+1 -1
View File
@@ -22,7 +22,7 @@ use Twig\Token;
*
* {% apply upper %}
* This text becomes uppercase
* {% endapplys %}
* {% endapply %}
*/
final class ApplyTokenParser extends AbstractTokenParser
{