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 ( 71bc82...cca406 )
by
unknown
02:02
created

Checkout Config

filter:
    excluded_paths:
        - Resources/public
        - src/Tests/*
        - vendor

tools:
    external_code_coverage:
        timeout: 1200
    php_code_sniffer:
        config:
            standard: PSR2
    php_cpd:
        excluded_dirs:
            - Resources/public
            - vendor
    php_cs_fixer:
        config:
            level: all
    php_hhvm: true
    php_loc:
        excluded_dirs:
            - Resources/public
            - vendor
    php_mess_detector: true
    php_pdepend:
        excluded_dirs:
            - Resources/public
            - vendor
    php_analyzer: true
    sensiolabs_security_checker: true

Repository Config

# language: php