Update PHP-CS-Fixer

This commit is contained in:
Dylan K. Taylor
2025-05-04 17:18:58 +01:00
parent 6f3506360e
commit f2e7473629
5 changed files with 13 additions and 7 deletions

View File

@ -31,8 +31,8 @@ require dirname(__DIR__) . '/vendor/autoload.php';
*/
/**
* @var string[]|\Closure[] $options
* @phpstan-var array<string, string|\Closure() : string> $options
* @var string[]|Closure[] $options
* @phpstan-var array<string, string|Closure() : string> $options
*/
$options = [
"base_version" => VersionInfo::BASE_VERSION,