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
Push — master ( b4f049...957735 )
by Oliver
01:06
created

Repository Config

build:
    dependencies:
        before:
            - pecl install xdebug
            - echo zend_extension=$(php-config --extension-dir)/xdebug.so >> $(php --ini | grep -F '/php.ini' | cut -d ':' -f 2)
#            - composer install --ignore-platform-reqs
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        phpunit_assertions: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true