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.
2 parents fad4527 + 1b0407d commit 956b0e1Copy full SHA for 956b0e1
1 file changed
tests/unit/PseudoTypes/ArrayShapeTest.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
namespace phpDocumentor\Reflection\PseudoTypes;
6
7
use PHPUnit\Framework\TestCase;
@@ -18,4 +20,4 @@ public function testExposeItems(): void
18
20
19
21
$this->assertSame([$item1, $item2], $arrayShape->getItems());
22
}
-}
23
+}
0 commit comments