From d20cb6068f0368266ca01176bc7da578d8a5885e Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Wed, 1 Feb 2023 10:33:51 +0100 Subject: [PATCH] composer/plugin/drupal-development-environment#11 Switch to DrupalPractice coding standard --- configIdea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configIdea.php b/configIdea.php index ae6b68f..dad42f1 100644 --- a/configIdea.php +++ b/configIdea.php @@ -17,7 +17,7 @@ $tasks = [ [ 'attribute' => 'class', 'value' => 'PhpCSValidationInspection', - 'content' => '<inspection_tool class="PhpCSValidationInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true"><option name="CODING_STANDARD" value="Drupal" /><option name="EXTENSIONS" value="php,js,css,inc" /></inspection_tool>', + 'content' => '<inspection_tool class="PhpCSValidationInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true"><option name="CODING_STANDARD" value="DrupalPractice" /><option name="EXTENSIONS" value="php,js,css,inc" /></inspection_tool>', ], ], ], -- GitLab