dotkernel/admin

Remove repetitive property declarations

Closed this issue · 1 comments

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.

Fixed in #156