* Fix CI/CD php version

* Add Pint
* Format code
This commit is contained in:
Fabián Gonzalo Artur de la Villarmois
2026-03-29 17:49:51 +13:00
parent 0993bfa666
commit bae79d68ab
17 changed files with 114 additions and 59 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ enum NintendoFileExtension: string
*/
public static function values(): array
{
return array_map(fn($case) => $case->value, self::cases());
return array_map(fn ($case) => $case->value, self::cases());
}
/**