Skip to content

Commit

Permalink
Typed property
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 10, 2022
1 parent 14b8815 commit abb0c75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/FunctionalTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ abstract class FunctionalTestCase extends TestCase

private ORMExecutor $ormExecutor;

/** @var Connection */
private $connection;
private Connection $connection;

protected function setUp(): void
{
Expand Down

0 comments on commit abb0c75

Please sign in to comment.