We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410aae6 commit 2339222Copy full SHA for 2339222
tests/CollectionTest.php
@@ -1,4 +1,4 @@
1
-<?php declare(strict_types=1);
+<?php declare(strict_types=1); // phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses
2
3
namespace Tests\DCSG\ImmutableCollections;
4
tests/SetCollectionTest.php
@@ -1,4 +1,5 @@
+
5
0 commit comments