Skip to content

Commit 560befb

Browse files
committed
tests(phpcs): Make exception for ImageStyle::load() call for now (#1039)
1 parent dad9d59 commit 560befb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

phpcs.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,8 @@
308308
<exclude-pattern>tests/src/Kernel/GraphQLTestBase.php</exclude-pattern>
309309
</rule>
310310

311+
<rule ref="DrupalPractice.Objects.GlobalClass">
312+
<exclude-pattern>src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageDerivative.php</exclude-pattern>
313+
</rule>
314+
311315
</ruleset>

0 commit comments

Comments
 (0)