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 5a9bbcf commit a0adc77Copy full SHA for a0adc77
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