Skip to content

Commit

Permalink
refactor: add property types on tests classes (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Jan 3, 2025
1 parent e4b93d6 commit ea9a8e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/ManagerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
#[\PHPUnit\Framework\Attributes\Group('unit')]
class ManagerTestCase extends TestCase
{
/**
* @var Storage
*/
private $manager;
private Storage $manager;

public function setUp(): void
{
Expand Down

0 comments on commit ea9a8e4

Please sign in to comment.