[rector] update dependencies

[CI SKIP]
This commit is contained in:
lubiana 2023-01-25 21:40:46 +00:00 committed by gitbot
parent 92c4da5217
commit 5bd1eae4d2
No known key found for this signature in database
9 changed files with 28 additions and 30 deletions

View file

@ -5,10 +5,10 @@ namespace Lubian\AttributeMagic\Infrastructure\WebApp\Route;
use Lubian\AttributeMagic\Infrastructure\Event\AsListener;
use Lubian\AttributeMagic\Infrastructure\Finder;
final class AttributeRouteCollector
final readonly class AttributeRouteCollector
{
public function __construct(
private readonly Finder $finder
private Finder $finder
) {
}