mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
preferring pre-increment StyleCI recommendation
This commit is contained in:
parent
478cf288b4
commit
4652b5af7b
|
@ -3,10 +3,11 @@ preset: recommended
|
|||
risky: false
|
||||
|
||||
enabled:
|
||||
- no_empty_comment
|
||||
- align_equals
|
||||
- long_array_syntax
|
||||
- concat_with_spaces
|
||||
- long_array_syntax
|
||||
- no_empty_comment
|
||||
- pre_increment
|
||||
|
||||
disabled:
|
||||
- blank_line_after_opening_tag
|
||||
|
@ -23,6 +24,7 @@ disabled:
|
|||
- phpdoc_separation
|
||||
- phpdoc_single_line_var_spacing
|
||||
- phpdoc_summary
|
||||
- post_increment
|
||||
- short_array_syntax
|
||||
- single_line_after_imports
|
||||
- unalign_equals
|
||||
|
|
Loading…
Reference in New Issue
Block a user