Passed
Push — master ( 5153e5...af085a )
by Sebastian
05:42 queued 30s
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
    dependencies:
        override:
            - COMPOSER_ROOT_VERSION=dev-master composer require mistralys/application-localization:dev-master
    environment:
        php:
            version: 7.3
            ini:
                upload_max_filesize: "6M"
                post_max_size: "6M"
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false