Completed
Push — master ( 1b9160...c5d9c5 )
by Павел
04:49
created

Checkout Config

imports:
  - php

filter:
  paths: [src/*]

tools:
  external_code_coverage:
    enabled: true
    timeout: 1800

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comment_if_not_inferrable: true
        return_doc_comments: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        more_specific_types_in_doc_comments: true

coding_style:
    php: {  }