Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkan committed Dec 5, 2023
1 parent d01dcb4 commit cc65a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Renderer/PhpMethodTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Stefna\PhpCodeBuilder\PhpVariable;
use Stefna\PhpCodeBuilder\Renderer\Php7Renderer;
use Stefna\PhpCodeBuilder\Renderer\Php8Renderer;
use Stefna\PhpCodeBuilder\ValueObject\Identifier;
use Stefna\PhpCodeBuilder\ValueObject\Type;

final class PhpMethodTest extends TestCase
Expand Down

0 comments on commit cc65a0c

Please sign in to comment.