Update to PHPStan 2.x

This commit is contained in:
Dylan K. Taylor
2025-01-07 22:34:43 +00:00
parent d25ec58a6f
commit 9633b7d8a7
18 changed files with 876 additions and 344 deletions

View File

@@ -117,7 +117,7 @@ final class FlatGeneratorOptions{
}
}
}
$options[(string) $option] = $params;
$options[$option] = $params;
}
return new self($structure, $biomeId, $options);
}