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 ( f1190a...dffc02 )
by Jasper
05:53 queued 03:20
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

        avoid_fixme_comments: true
        avoid_multiple_statements_on_same_line: true
        avoid_perl_style_comments: true
        avoid_todo_comments: true
        avoid_unnecessary_concatenation: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        classes_in_camel_caps: true
        encourage_postdec_operator: true
        encourage_single_quotes: true
        function_in_camel_caps: true
        newline_at_end_of_file: true
        optional_parameters_at_the_end: true
        parameter_doc_comments: true
        parameters_in_camelcaps: true
        prefer_while_loop_over_for_loop: true
        properties_in_camelcaps: true
        return_doc_comment_if_not_inferrable: true
        return_doc_comments: true
        simplify_boolean_return: true
        uppercase_constants: true
        use_self_instead_of_fqcn: true

filter:
    paths: [src/*]

tools:
    external_code_coverage:
        timeout: 600
        runs: 3

Repository Config

checks:
    php:
        code_rating: true
        duplication: true

        avoid_fixme_comments: true
        avoid_multiple_statements_on_same_line: true
        avoid_perl_style_comments: true
        avoid_todo_comments: true
        avoid_unnecessary_concatenation: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        classes_in_camel_caps: true
        encourage_postdec_operator: true
        encourage_single_quotes: true
        function_in_camel_caps: true
        newline_at_end_of_file: true
        optional_parameters_at_the_end: true
        parameter_doc_comments: true
        parameters_in_camelcaps: true
        prefer_while_loop_over_for_loop: true
        properties_in_camelcaps: true
        return_doc_comment_if_not_inferrable: true
        return_doc_comments: true
        simplify_boolean_return: true
        uppercase_constants: true
        use_self_instead_of_fqcn: true