Skip to content

Commit

Permalink
rm phpdoc_var_without_name CS fixer rule exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 22, 2023
1 parent 477048e commit 035f7cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 035f7cd

Please sign in to comment.