mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
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:
parent
e5ec9d6a7b
commit
5d744456f6
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue