Completed
Pull Request — master (#75)
by Eric
68:03 queued 33:08
created

Checkout Config

# This file is part of the Lug package.
#
# (c) Eric GELOEN <[email protected]>
#
# For the full copyright and license information, please read the LICENSE
# file that was distributed with this source code.

filter:
    paths: [src/*]

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 1800
        runs: 1

Repository Config

filter:
    paths:
        - 'src/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false