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 ( 3cf7be...38f03c )
by Serge
02:06
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        simplify_boolean_return: true
        use_self_instead_of_fqcn: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: true

coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true
tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        simplify_boolean_return: true
        use_self_instead_of_fqcn: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: true

coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true
tools:
    external_code_coverage: true