fix(tests): Strong type property $router in RouterTest

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
Côme Chilliet 2024-06-18 16:33:31 +02:00 committed by GitHub
parent e5ec9d6a7b
commit 5d744456f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,8 +40,7 @@ use Test\TestCase;
* @package Test\Route
*/
class RouterTest extends TestCase {
/** @var Router */
private $router;
private Router $router;
protected function setUp(): void {
parent::setUp();
/** @var LoggerInterface $logger */