We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4e6b4 commit f4dcf2aCopy full SHA for f4dcf2a
.php_cs.dist
@@ -23,6 +23,7 @@ return PhpCsFixer\Config::create()
23
'phpdoc_no_empty_return' => false,
24
'ternary_to_null_coalescing' => true,
25
'nullable_type_declaration_for_default_null_value' => true,
26
+ 'visibility_required' => ['property', 'method', 'const'],
27
])
28
->setUsingCache(true)
29
->setFinder(
0 commit comments