diff --git a/tests/Functional/Routing/DynamicRouterTest.php b/tests/Functional/Routing/DynamicRouterTest.php index dad4604c..83fdfd4b 100644 --- a/tests/Functional/Routing/DynamicRouterTest.php +++ b/tests/Functional/Routing/DynamicRouterTest.php @@ -35,6 +35,7 @@ class DynamicRouterTest extends BaseTestCase { public const ROUTE_ROOT = '/test/routing'; + /** * @var ChainRouter */ diff --git a/tests/Unit/Doctrine/Phpcr/RouteProviderTest.php b/tests/Unit/Doctrine/Phpcr/RouteProviderTest.php index d69b2114..a5aa66b7 100644 --- a/tests/Unit/Doctrine/Phpcr/RouteProviderTest.php +++ b/tests/Unit/Doctrine/Phpcr/RouteProviderTest.php @@ -56,6 +56,7 @@ class RouteProviderTest extends TestCase * @var Route|MockObject */ protected $route2Mock; + /** * @var ManagerRegistry|MockObject */