mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
StyleCI & PHP Coding Standards Fixer > update configuration
This commit is contained in:
16
.styleci.yml
16
.styleci.yml
@@ -1,9 +1,15 @@
|
||||
preset: recommended
|
||||
preset: symfony
|
||||
|
||||
enabled:
|
||||
- binary_operator_spaces
|
||||
- concat_with_spaces
|
||||
- phpdoc_add_missing_param_annotation
|
||||
- phpdoc_order
|
||||
|
||||
disabled:
|
||||
- phpdoc_annotation_without_dot
|
||||
- phpdoc_summary
|
||||
- blank_line_before_return
|
||||
- cast_spaces
|
||||
- concat_without_spaces
|
||||
- phpdoc_align
|
||||
- phpdoc_separation
|
||||
- phpdoc_summary
|
||||
- trim_array_spaces
|
||||
- array_indentation
|
||||
|
||||
Reference in New Issue
Block a user