GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( c3138a...4d5951 )
by Beñat
03:40
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }

Global Config

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            ternary_operator:
                in_short_version: true
        braces:
            classes_functions:
                class: new-line
                function: new-line
                closure: end-of-line
            if:
                opening: end-of-line
            for:
                opening: end-of-line
            while:
                opening: end-of-line
            do_while:
                opening: end-of-line
            switch:
                opening: end-of-line
            try:
                opening: end-of-line
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower

checks:
    php:
        uppercase_constants: true
        unused_variables: true
        unused_properties: true
        unused_parameters: true
        unused_methods: true
        unreachable_code: true
        symfony_request_injection: true
        switch_fallthrough_commented: true
        sql_injection_vulnerabilities: true
        security_vulnerabilities: true
        verify_argument_usable_as_reference: true
        verify_access_scope_valid: true
        verify_property_names: true
        variable_existence: true
        use_statement_alias_conflict: true
        use_self_instead_of_fqcn: true
        useless_calls: true
        require_php_tag_first: true
        remove_extra_empty_lines: true
        psr2_switch_declaration: true
        psr2_class_declaration: true
        property_assignments: true
        properties_in_camelcaps: true
        require_scope_for_methods: true
        require_scope_for_properties: true
        php5_style_constructor: true
        parse_doc_comments: true
        parameters_in_camelcaps: true
        parameter_non_unique: true
        parameter_doc_comments: true
        precedence_in_conditions: true
        precedence_mistakes: true
        one_class_per_file: true
        optional_parameters_at_the_end: true
        overriding_private_members: true
        param_doc_comment_if_not_inferrable: true
        no_unnecessary_if: true
        no_unnecessary_final_modifier: true
        no_underscore_prefix_in_properties: true
        no_underscore_prefix_in_methods: true
        no_trait_type_hints: true
        no_trailing_whitespace: true
        no_short_open_tag: true
        no_property_on_interface: true
        no_non_implemented_abstract_methods: true
        no_new_line_at_end_of_file: true
        no_empty_statements: true
        no_duplicate_arguments: true
        no_debug_code: true
        newline_at_end_of_file: true
        instanceof_class_exists: true
        function_in_camel_caps: true
        foreach_usable_as_reference: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: true
        foreach_traversable: true
        encourage_single_quotes: true
        fix_doc_comments: true
        encourage_shallow_comparison: true
        duplication: true
        deprecated_code_usage: true
        deadlock_detection_in_loops: true
        code_rating: true
        closure_use_not_conflicting: true
        closure_use_modifiable: true
        classes_in_camel_caps: true
        avoid_useless_overridden_methods: true
        blank_line_after_namespace_declaration: true
        catch_class_exists: true
        avoid_usage_of_logical_operators: true
        avoid_unnecessary_concatenation: true
        avoid_length_functions_in_loops: true
        avoid_closing_tag: true
        align_assignments: true
        argument_type_checks: true