Skip to content

Commit

Permalink
[#1924] DisconnectedForeachInstructionInspector: disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-inspections-team committed Sep 20, 2024
1 parent 7198dc3 commit a74fa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
implementationClass="com.kalessil.phpStorm.phpInspectionsEA.inspectors.apiUsage.ThrowRawExceptionInspector"/>
<localInspection language="PHP" groupPath="PHP,Php Inspections (EA Extended)"
shortName="DisconnectedForeachInstructionInspection" displayName="Statement could be decoupled from foreach"
groupName="Control Flow" enabledByDefault="true" level="WEAK WARNING"
groupName="Control Flow" enabledByDefault="false" level="WEAK WARNING"
implementationClass="com.kalessil.phpStorm.phpInspectionsEA.inspectors.forEach.DisconnectedForeachInstructionInspector"/>
<localInspection language="PHP" groupPath="PHP,Php Inspections (EA Extended)"
shortName="DegradedSwitchInspection" displayName="Switch-case could be simplified"
Expand Down

0 comments on commit a74fa98

Please sign in to comment.