Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinelame committed Nov 24, 2023
1 parent 7aae003 commit 3ac1b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/PseudoTypes/ArrayShapeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

use phpDocumentor\Reflection\PseudoTypes\ArrayShape;
use phpDocumentor\Reflection\PseudoTypes\ArrayShapeItem;
use phpDocumentor\Reflection\PseudoTypes\False_;
use phpDocumentor\Reflection\PseudoTypes\True_;
use PHPUnit\Framework\TestCase;

class ArrayShapeTest extends TestCase
Expand Down

0 comments on commit 3ac1b5e

Please sign in to comment.