We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19ae3a commit baa3905Copy full SHA for baa3905
scripts/run-dcg-tests.sh
@@ -13,4 +13,5 @@ echo -e "\n\e[104m Code sniffer \e[0m\n"
13
./vendor/bin/phpcs -p
14
15
echo -e "\e[104m Twig linter \e[0m\n"
16
-./vendor/bin/twigcs ./templates
+# @todo Uncomment this once twigcs supports Symfony 6.
17
+# ./vendor/bin/twigcs ./templates
0 commit comments