Passed
Pull Request — master (#377)
by Sergey
02:42
created

Checkout Config

build:
    environment:
        php:
            version: 5.6
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]

tools:
    php_cs_fixer:
        config: { level: psr2 }

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*
        - examples/*

Repository Config

build:
    environment:
        php:
            version: 5.6.16

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*