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.
Completed
Push — master ( 017a4b...9acd45 )
by Maximilian
11:50 queued 09:23
created

Checkout Config

before_commands:
    - 'composer install'

filter:
    excluded_paths:
        - Tests/

tools:
    php_code_sniffer:
        config:
            standard: PSR2
        filter:
            paths: ['.']
    php_mess_detector: true
    php_analyzer: true
    php_pdepend: true
    external_code_coverage: true
    php_loc:
        enabled: true
        excluded_dirs: [Tests]
    php_cpd:
        enabled: true
        excluded_dirs: [Tests]

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }