您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
295B

  1. tools:
  2. external_code_coverage: false
  3. php_code_sniffer: true
  4. php_sim: true
  5. php_changetracking: true
  6. php_cs_fixer: true
  7. php_mess_detector: true
  8. php_pdepend: true
  9. php_analyzer: true
  10. sensiolabs_security_checker: true
  11. filter:
  12. excluded_paths:
  13. - Tests/*