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.
Passed
Branch develop (439ea1)
by Steven
03:12
created

Repository Config

checks:
    php:
        return_doc_comments: true
        return_doc_comment_if_not_inferrable: true
        parameters_in_camelcaps: true
        parameter_doc_comments: true
        optional_parameters_at_the_end: true
        no_goto: true
        function_in_camel_caps: true

filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: false
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: false
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file-for-coverage'
                coverage:
                    file: 'some-file-for-coverage'
                    format: 'clover'
filter:
    paths: ["src/*", "view/*", "config/*", "Module.php"]
    excluded_paths:
        - "*/Test/*"            # Everything that has a "Test" directory somewhere in the path