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 ( 6557b8...23b591 )
by Dominik
01:51
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_code_coverage:
        enabled: true
        test_command: ./vendor/bin/phpunit
checks:
    php:
        code_rating: true
        duplication: true
build:
    dependencies:
        before:
            - sudo apt-get install -y gearman gearman-job-server libgearman-dev
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'php-clover'