Skip to content

Commit 956b0e1

Browse files
authored
Merge pull request #199 from antoinelame/fix/pipeline
Fix pipeline
2 parents fad4527 + 1b0407d commit 956b0e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/PseudoTypes/ArrayShapeTest.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace phpDocumentor\Reflection\PseudoTypes;
46

57
use PHPUnit\Framework\TestCase;
@@ -18,4 +20,4 @@ public function testExposeItems(): void
1820

1921
$this->assertSame([$item1, $item2], $arrayShape->getItems());
2022
}
21-
}
23+
}

0 commit comments

Comments
 (0)