Test Setup Failed
Push — master ( 0ab366...8eb6fd )
by Mark
03:18
created

Checkout Config

build:
    environment:
        php:
            version: 5.6.16

    cache:
        directories:
            - ~/cphalcon

    dependencies:
        override:
            - composer install --prefer-source --no-interaction
        after: 
            - bin/install-phalcon.sh

filter:
    paths:
        - 'src/*'
     
checks:
    php:
        code_rating: true
        duplication: true
        
tools:
    php_code_sniffer:
        config:
            standard: PSR2

Repository Config

# language: php

checks:
    php:
        avoid_unnecessary_concatenation: true
        uppercase_constants: true
        simplify_boolean_return: true
        return_doc_comments: true
        properties_in_camelcaps: true
        prefer_while_loop_over_for_loop: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        more_specific_types_in_doc_comments: true