You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 2.7 says that the parameter order has change from twig:lint to lint:twig
me@host:/vagrant/_project$ php app/console twig:lint app/Resources/views
The use of "twig:lint" command is deprecated since version 2.7 and will be removed in 3.0. Use the "lint:twig" instead.
8/8 valid files
me@host:/vagrant/_project$ php app/console lint:twig app/Resources/views
8/8 valid files
Also fixed example in paragraph above.
0 commit comments