summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.styleci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.styleci.yml b/.styleci.yml
index f15f7f7..2d40807 100644
--- a/.styleci.yml
+++ b/.styleci.yml
@@ -2,8 +2,9 @@ preset: recommended
enabled:
- concat_with_spaces
+ - unalign_double_arrow
disabled:
- concat_without_spaces
- - no_useless_return
- - no_multiline_whitespace_around_double_arrow \ No newline at end of file
+ - align_double_arrow
+ - phpdoc_no_empty_return