Disable a rule.

This commit is contained in:
James Cole 2025-01-04 07:25:45 +01:00
parent 2baac1a6d7
commit 89a29b9b10
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -61,6 +61,7 @@ return $config->setRules(
'comment_to_phpdoc' => false, // breaks phpstan lines in combination with PHPStorm.
'type_declaration_spaces' => false,
'cast_spaces' => false,
'single_line_comment_style' => false, // do not overrule single line comment style.
// complex rules
'array_syntax' => ['syntax' => 'short'],