Passed
Push — master ( 864d96...a8acdf )
by Marc
01:03 queued 11s
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
          - phpcs-run

checks:
  php: true

tools:
    php_sim: true
    php_pdepend: true
    php_mess_detector: true
    php_analyzer: true
    php_changetracking: true
    sensiolabs_security_checker: true
    php_code_sniffer:
        config:
            ruleset: PSR2

Repository Config

# language: php
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true

checks:
    php: true