diff --git a/configIdea.php b/configIdea.php index ae6b68fbae82a3b7e81fc2ce2800679a8aef8e94..dad42f1d8ed6b5befb23a1869b0c21fdf47ac5ea 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>', ], ], ],