summaryrefslogtreecommitdiff
path: root/.styleci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.styleci.yml')
-rw-r--r--.styleci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.styleci.yml b/.styleci.yml
index aa6a411..f5ddf3e 100644
--- a/.styleci.yml
+++ b/.styleci.yml
@@ -7,4 +7,7 @@ enabled:
disabled:
- concat_without_spaces
- align_double_arrow
- - simplified_null_return \ No newline at end of file
+ - simplified_null_return
+ - cast_spaces
+ - trailing_comma_in_multiline_array
+ - phpdoc_align \ No newline at end of file