From 28ad996ec355a81cf21bb8ad812ebd17584778ab Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Fri, 12 Jul 2024 16:00:14 +0700 Subject: [PATCH] fix: no spaces after function name for style ci --- .styleci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 610d8b5..d76dfc0 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -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