Passed
Branch scrutinizer (7e64c3)
by Nikita
06:59 queued 02:33
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths:
        - Resources/skeleton*
build:
    dependencies:
        override:
            - curl -s http://getcomposer.org/installer | php
            - php -d memory_limit=-1 composer.phar install
    environment:
        mongodb: true

Repository Config

checks:
    php: true
    javascript: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                multiplicative: false
build: true