Revert "style(config): 更新PHP代码样式配置"

This reverts commit 08890ea630.
pull/1/head
韩天峰 4 months ago
parent a792990553
commit 39019ccd4a
  1. 2
      .php-cs-fixer.dist.php

@ -53,7 +53,7 @@ return (new PhpCsFixer\Config())
'single_line_comment_style' => ['comment_types' => []],
'single_line_comment_spacing' => false,
'single_line_empty_body' => false,
'single_quote' => false,
'single_quote' => true,
'standardize_increment' => false,
'standardize_not_equals' => true,
'yoda_style' => ['always_move_variable' => false, 'equal' => false, 'identical' => false],

Loading…
Cancel
Save