app:ly lint (php)

This commit is contained in:
Simon Vieille 2025-02-24 11:40:17 +01:00
commit 78f7bdd5ef
57 changed files with 156 additions and 246 deletions

View file

@ -4,9 +4,7 @@ namespace App\Message;
final class PageViewMessage
{
public function __construct(public int $time)
{
}
public function __construct(public int $time) {}
public function getTime(): int
{