Another try ...

This commit is contained in:
Michael 2021-09-26 04:16:21 +00:00
parent 1e583b4f35
commit e08c5ca2e0
2 changed files with 9 additions and 8 deletions

View File

@ -33,6 +33,7 @@ return $config
'operators' => [ 'operators' => [
'=>' => 'align_single_space_minimal', '=>' => 'align_single_space_minimal',
'=' => 'align_single_space_minimal', '=' => 'align_single_space_minimal',
'??' => 'align_single_space_minimal',
], ],
], ],
'blank_line_after_namespace' => true, 'blank_line_after_namespace' => true,