Skip to content

Commit 6276e27

Browse files
committed
Updating styleci
1 parent 2d2e123 commit 6276e27

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.styleci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ disabled:
1313
- single_line_after_imports
1414
- unalign_equals
1515
- unary_operator_spaces
16+
# The following were desired but causing too many
17+
# in-accurate reports, since they assume spaces
18+
# and not tabs for indentation.
19+
- phpdoc_indent
20+
- braces
1621

1722
enabled:
1823
- align_equals

0 commit comments

Comments
 (0)