Completed
Push — master ( c455ec...4ef8b9 )
by Leith
21s queued 16s
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        
tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_code_sniffer:
        config:
            standard: "PSR2"

Global Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
checks:
    php:
        return_doc_comments: true
        overriding_parameter: true
        no_short_open_tag: false
        no_goto: true
        more_specific_types_in_doc_comments: true
        fix_doc_comments: false