dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
38 stars 5 forks source link

Remove repetitive property declarations #174

Closed alexmerlin closed 1 year ago

alexmerlin commented 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.

alexmerlin commented 1 year ago

Fixed in #186