.styleci.yml 407 B

1234567891011121314151617181920
  1. preset: symfony
  2. risky: true
  3. enabled:
  4. - align_phpdoc
  5. - alpha_ordered_imports
  6. - array_indentation
  7. - const_visibility_required
  8. - native_constant_invocation
  9. - native_function_invocation
  10. - phpdoc_order
  11. - void_return
  12. disabled:
  13. - native_constant_invocation_symfony
  14. - native_function_invocation_symfony
  15. - no_superfluous_phpdoc_tags_symfony
  16. - phpdoc_to_comment
  17. - phpdoc_var_without_name