Skip to content

Commit

Permalink
fix: no spaces after function name for style ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jul 12, 2024
1 parent 0286af6 commit 28ad996
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ preset: laravel

disabled:
- not_operator_with_successor_space
- no_spaces_after_function_name
- no_spaces_inside_offset
- no_spaces_after_offset
- no_spaces_inside_parentheses
- binary_operator_spaces

linting:
disable:
- PhpCsFixer\Fixer\FunctionNotation\MethodArgumentSpaceFixer
- PhpCsFixer\Fixer\FunctionNotation\FunctionDeclarationFixer

0 comments on commit 28ad996

Please sign in to comment.