Skip to content

Commit 2339222

Browse files
author
Daniel Gomes
committed
Ignore phpcs rule for tests files
1 parent 410aae6 commit 2339222

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/CollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare(strict_types=1); // phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses
22

33
namespace Tests\DCSG\ImmutableCollections;
44

tests/SetCollectionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?php declare(strict_types=1);
1+
<?php declare(strict_types=1); // phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses
2+
23

34
namespace Tests\DCSG\ImmutableCollections;
45

0 commit comments

Comments
 (0)