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:
@@ -11,6 +11,7 @@ $finder = $config->getFinder()
|
||||
|
||||
$config->setRules([
|
||||
'no_trailing_whitespace' => true,
|
||||
'visibility_required' => true,
|
||||
'whitespace_after_comma_in_array' => true,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user