.styleci.yml 421 B

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