apply php styler

Signed-off-by: lubiana <lubiana123@gmail.com>
This commit is contained in:
lubiana 2023-09-26 18:17:46 +02:00 committed by lubiana
parent 1667fd3253
commit 8b353ec62a
No known key found for this signature in database
14 changed files with 69 additions and 67 deletions

View file

@ -13,7 +13,7 @@ final class CollectRoutes extends GenericEvent
public array $routes = [];
public function __construct(
public readonly bool $cached = false,
public readonly bool $cached = false
) {
}
}