Improve code sniffer settings
[MAILPOET-2439]
This commit is contained in:
committed by
Jack Kitterhing
parent
d8facf9512
commit
20ad724a98
@@ -33,7 +33,7 @@
|
||||
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements">
|
||||
<properties>
|
||||
<property name="alwaysUsedPropertiesAnnotations" type="array"
|
||||
value="@ORM\Column,@ORM\ManyToOne,@ORM\OneToMany,@ORM\ManyToMany,@ORM\JoinColumn"/>
|
||||
value="@ORM\Column,@ORM\ManyToOne,@ORM\OneToMany,@ORM\ManyToMany,@ORM\OneToOne"/>
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
|
Reference in New Issue
Block a user