style: apply php-cs-fixer formatting (PSR-12)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-03-09 20:46:59 +01:00
parent dae215dd3d
commit 7506a7a3c1
234 changed files with 447 additions and 370 deletions

View File

@@ -8,5 +8,6 @@ readonly class DownloadCbz implements QueryInterface
{
public function __construct(
public string $chapterId
) {}
) {
}
}

View File

@@ -9,5 +9,6 @@ readonly class DownloadVolume implements QueryInterface
public function __construct(
public string $mangaId,
public int $volume
) {}
) {
}
}

View File

@@ -11,4 +11,3 @@ readonly class FindMangaMatchByFilename
) {
}
}

View File

@@ -6,5 +6,6 @@ readonly class GetMangaById
{
public function __construct(
public string $id
) {}
) {
}
}

View File

@@ -6,5 +6,6 @@ readonly class GetMangaBySlug
{
public function __construct(
public string $slug
) {}
}
) {
}
}

View File

@@ -9,5 +9,6 @@ readonly class GetMangaChapters
public ?int $page = 1,
public ?int $limit = 20,
public ?string $sortOrder = 'desc'
) {}
}
) {
}
}

View File

@@ -9,5 +9,6 @@ readonly class GetMangaList
public ?int $limit = 20,
public ?string $sortBy = 'title',
public ?string $sortOrder = 'asc'
) {}
}
) {
}
}

View File

@@ -9,5 +9,6 @@ readonly class MonitoringCriteria
public function __construct(
public bool $enabled,
public ?DateTimeImmutable $lastCheckBefore = null
) {}
) {
}
}

View File

@@ -10,4 +10,4 @@ readonly class SearchLocalManga
public int $limit = 20
) {
}
}
}

View File

@@ -6,5 +6,6 @@ readonly class SearchManga
{
public function __construct(
public string $title
) {}
}
) {
}
}