Run php-cs-fixer on src

This commit is contained in:
2025-12-17 04:25:47 +09:00
parent 0a77f46fe1
commit f782d20e56
19 changed files with 237 additions and 264 deletions
-2
View File
@@ -4,8 +4,6 @@ declare(strict_types=1);
namespace pvv\side;
use pvv\side\Event;
interface Activity {
public function getNextEventFrom(\DateTimeImmutable $date): ?Event;