Update dependencies

This commit is contained in:
2023-12-01 11:04:30 +01:00
parent bdbb32bbbf
commit c5400b78d8
7 changed files with 704 additions and 897 deletions

View File

@ -51,7 +51,7 @@ final class SolutionsTest extends TestCase
/**
* @return array<string, array<int, Solution>>
*/
public function loadSolutions(): array
public static function loadSolutions(): array
{
$classes = [];
for ($year = 15; $year <= date('y'); ++$year) {