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 49db311 commit 1dc1154Copy full SHA for 1dc1154
src/PhpCsFixer/Rules.php
@@ -186,6 +186,7 @@ private static function getBaseRules(): array
186
'php_unit_test_case_static_method_calls' => [
187
'call_type' => 'self',
188
],
189
+ 'phpdoc_align' => ['align' => 'left'], // Prevent modifying multiple lines when changing one param in a docblock
190
'phpdoc_annotation_without_dot' => false, // Sometimes comments have a good reason to end with a dot. Leave this up to the engineer.
191
'phpdoc_no_alias_tag' => [
192
'replacements' => [
0 commit comments