Skip to content

Commit

Permalink
fix(tests): Strong type property $router in RouterTest
Browse files Browse the repository at this point in the history
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
  • Loading branch information
2 people authored and AndyScherzinger committed Jul 10, 2024
1 parent 6108041 commit 19dff6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/lib/Route/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
* @package Test\Route
*/
class RouterTest extends TestCase {
/** @var Router */
private $router;
private Router $router;
protected function setUp(): void {
parent::setUp();
/** @var LoggerInterface $logger */
Expand Down

0 comments on commit 19dff6d

Please sign in to comment.