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 ( 1969d0...1497e4 )
by Roderik
8s
created

Repository Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'app/*'
        - 'web/*'
before_commands:
    - 'composer install --prefer-source'

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_code_sniffer: true
    php_changetracking: true
    php_mess_detector: true
    sensiolabs_security_checker: true
        
checks:
    php:
        remove_trailing_whitespace: true
        remove_php_closing_tag: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false
        fix_php_opening_tag: true
        fix_linefeed: true
        fix_line_ending: true
        fix_identation_4spaces: true
        fix_doc_comments: true
        code_rating: true
        no_debug_code: true
        deprecated_code_usage: true
        prefer_sapi_constant: true
        no_unnecessary_function_call_in_for_loop: true
        avoid_unnecessary_concatenation: true
        verify_property_names: true
        verify_argument_usable_as_reference: true
        verify_access_scope_valid: true
        variable_existence: true
        return_doc_comments: true
        too_many_arguments: true
        require_php_tag_first: true
        precedence_mistakes: true
        precedence_in_conditions: true
        parameter_non_unique: true
        parameter_doc_comments: true
        no_property_on_interface: true
        no_non_implemented_abstract_methods: true
        no_duplicate_arguments: true
        missing_arguments: true
        method_calls_on_non_object: true
        foreach_usable_as_reference: true
        foreach_traversable: true
        closure_use_not_conflicting: true
        closure_use_modifiable: true
        catch_class_exists: true
        instanceof_class_exists: true
        avoid_entity_manager_injection: true
        symfony_request_injection: true
        avoid_corrupting_byteorder_marks: true
        avoid_conflicting_incrementers: true
        assignment_of_null_return: true
        argument_type_checks: true
        return_doc_comment_if_not_inferrable: true
        param_doc_comment_if_not_inferrable: true
        more_specific_types_in_doc_comments: true
        overriding_private_members: true
        avoid_usage_of_logical_operators: true
        no_goto: true
        sql_injection_vulnerabilities: true
        security_vulnerabilities: true
        no_eval: true
        duplication: true
        useless_calls: true
        unused_variables: true
        unused_properties: true
        unused_parameters: true
        unused_methods: true
        unreachable_code: true
        no_unnecessary_if: true
        no_empty_statements: true
        avoid_useless_overridden_methods: true
        use_statement_alias_conflict: true