mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +00:00
fix php cs fixer config
This commit is contained in:
parent
abbeae3072
commit
99b86bf07a
9 changed files with 10 additions and 9 deletions
|
|
@ -10,6 +10,7 @@ $rules = [
|
||||||
'operators' => [
|
'operators' => [
|
||||||
'=>' => null,
|
'=>' => null,
|
||||||
'|' => 'no_space',
|
'|' => 'no_space',
|
||||||
|
'&' => 'no_space',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'blank_line_after_namespace' => true,
|
'blank_line_after_namespace' => true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue