1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable visibility_required fixer

Closes GH-639.
This commit is contained in:
Andreas Möller
2022-07-11 20:16:40 +02:00
committed by GitHub
parent 4b3e3c9a6b
commit ba92fc90a2
3 changed files with 11 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ $finder = $config->getFinder()
$config->setRules([
'no_trailing_whitespace' => true,
'visibility_required' => true,
'whitespace_after_comma_in_array' => true,
]);