We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87308f5 commit 5740d3aCopy full SHA for 5740d3a
lib/Doctrine/ruleset.xml
@@ -42,6 +42,8 @@
42
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
43
<!-- Forbid inline HTML in PHP code -->
44
<rule ref="Generic.Files.InlineHTML"/>
45
+ <!-- Only one structure (class/interface/trait) should be allowed per file -->
46
+ <rule ref="Generic.Files.OneObjectStructurePerFile" />
47
<!-- Align corresponding assignment statement tokens -->
48
<rule ref="Generic.Formatting.MultipleStatementAlignment">
49
<properties>
0 commit comments