# 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
filter:
    paths:
        - 'src/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false