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.
Test Failed
Push — master ( bd1e28...724d6b )
by Constantin
12:46
created

Checkout Config

filter:
    excluded_paths:
        - tests/*

checks:
    php: true

build:
    environment:
            php:
                version: 7.1       # Common versions: 5.4, 5.5, 5.6, 7.0, 7.1, or hhvm
    tests:
        override:
            -
                command: 'vendor/bin/phpunit  --configuration tests/phpunit.xml --coverage-clover=coverage.clover tests/'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true