Closed alexmerlin closed 1 year ago
Since branch 4.0 uses PHP 8.1 and above, there's no need to use both /** @var RouterInterface $router */ and protected RouterInterface $router; property declarations.
/** @var RouterInterface $router */
protected RouterInterface $router;
Fixed in #186
Since branch 4.0 uses PHP 8.1 and above, there's no need to use both
/** @var RouterInterface $router */
andprotected RouterInterface $router;
property declarations.