Skip to content

Commit caae551

Browse files
come-ncprovokateurin
authored andcommitted
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>
1 parent 9a5b8d0 commit caae551

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/lib/Route/RouterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
* @package Test\Route
4040
*/
4141
class RouterTest extends TestCase {
42-
/** @var Router */
43-
private $router;
42+
private Router $router;
4443
protected function setUp(): void {
4544
parent::setUp();
4645
/** @var LoggerInterface $logger */

0 commit comments

Comments
 (0)