[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

@ -7,10 +7,10 @@ use Lubian\AttributeMagic\Infrastructure\Route\AsHandler;
use Lubian\AttributeMagic\Infrastructure\Route\HttpMethod;
use Lubian\AttributeMagic\Listener\LauschEvent;
final class Lol
final readonly class Lol
{
public function __construct(
private readonly Dispatcher $dispatcher,
private Dispatcher $dispatcher,
) {
}