Skip to content

Commit

Permalink
Merge pull request #199 from antoinelame/fix/pipeline
Browse files Browse the repository at this point in the history
Fix pipeline
  • Loading branch information
jaapio authored Jan 16, 2024
2 parents fad4527 + 1b0407d commit 956b0e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/PseudoTypes/ArrayShapeTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace phpDocumentor\Reflection\PseudoTypes;

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

$this->assertSame([$item1, $item2], $arrayShape->getItems());
}
}
}

0 comments on commit 956b0e1

Please sign in to comment.