Passed
Push — master ( c4e2cf...d0ece3 )
by Tim
04:07
created

Repository Config

# language:
tools:
    php_cs_fixer:
        config: { level: psr2 }
        
checks:
    php:
        code_rating: true
        duplication: true


build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Global Config

coding_style:
    php: {  }
    
checks:
    php:
        code_rating: true
        duplication: true