Completed
Push — master ( 11aa12...25ec1c )
by Erin
01:41
created

Checkout Config

filter:
  paths: [src/*]
  excluded_paths: [vendor/*, specs/*, src/Test/*]
  dependency_paths: [fixtures/*]
checks:
  php:
    parameter_doc_comments: false
tools:
  php_cpd: true
  php_changetracking: true
  php_mess_detector:
    enabled: true
    config:
      design_rules:
        exit_expression: false
  php_pdepend: true
  php_analyzer:
    enabled: true
    config:
      doc_comment_fixes:
        enabled: false
      verify_php_doc_comments:
        enabled: false
      method_contract_checks:
        verify_documented_constraints: false
  sensiolabs_security_checker: true
  php_code_sniffer:
    enabled: true
    config:
      standard: "PSR2"