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 — php70 ( 0e2989...6cc21c )
by Joni
03:13
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests-and-coverage:
            requires:
                - node: analysis
            tests:
                override:
                    - command: vendor/bin/phpunit
                      coverage:
                          format: clover
                          file: build/logs/clover.xml
    environment:
        php:
            version: 7.0
filter:
    excluded_paths:
        - test/
    dependency_paths:
        - vendor/
checks:
    php:
        code_rating: true
        duplication: false

Repository Config

# language: php