diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index d27720102a..bacde49e1a 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -58,8 +58,6 @@ // fn => without curly brackets is less readable, // also prevent bounding of unwanted variables for GC 'use_arrow_functions' => false, - - 'phpdoc_var_without_name' => false, // remove once https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6959 is fixed ]) ->setFinder($finder) ->setCacheFile(sys_get_temp_dir() . '/php-cs-fixer.' . md5(__DIR__) . '.cache');