fix: phpcs-fixer

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-05 21:32:04 +01:00
parent ba874480ee
commit c55cd62ec7
65 changed files with 346 additions and 355 deletions

View File

@@ -9,15 +9,15 @@ final class RefreshAndDownloadChapters
* to hold the data for this message class.
*/
// private $name;
// private $name;
// public function __construct(string $name)
// {
// $this->name = $name;
// }
// public function __construct(string $name)
// {
// $this->name = $name;
// }
// public function getName(): string
// {
// return $this->name;
// }
// public function getName(): string
// {
// return $this->name;
// }
}