Improve code sniffer settings

[MAILPOET-2439]
This commit is contained in:
Pavel Dohnal
2019-10-29 15:28:33 +01:00
committed by Jack Kitterhing
parent d8facf9512
commit 20ad724a98

View File

@@ -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>