Skip to content

Commit d862350

Browse files
author
antoine
committed
Update style
1 parent 178cd32 commit d862350

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
'single_import_per_statement' => true,
157157
'single_line_after_imports' => true,
158158
'single_quote' => true,
159-
'single_space_after_construct' => true,
159+
'single_space_after_construct' => ['abstract', 'as', 'attribute', 'break', 'case', 'catch', 'clone', 'comment', 'const', 'const_import', 'continue', 'do', 'echo', 'else', 'elseif', 'enum', 'extends', 'final', 'finally', 'for', 'foreach', 'function', 'function_import', 'global', 'goto', 'if', 'implements', 'include', 'include_once', 'instanceof', 'insteadof', 'interface', 'match', 'named_argument', 'namespace', 'new', 'open_tag_with_echo', 'php_doc', 'php_open', 'print', 'private', 'protected', 'public', 'readonly', 'require', 'require_once', 'return', 'static', 'switch', 'throw', 'trait', 'try', 'use', 'use_lambda', 'use_trait', 'var', 'while', 'yield', 'yield_from'],
160160
'space_after_semicolon' => true,
161161
'standardize_not_equals' => true,
162162
'switch_case_semicolon_to_colon' => true,

.styleci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
# Refer also to configuration in StyleCI setings
12
preset: laravel
23
version: 8.0
34
enabled:
45
- heredoc_indentation
56
- unalign_double_arrow
6-
disabled:
7-
- trailing_comma_in_multiline_call

0 commit comments

Comments
 (0)