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 ( 0680bc...219ce2 )
by Isidro
09:40
created

Checkout Config

before_commands:
    - "composer install --prefer-source"

filter:
 excluded_paths: [vendor/*]

tools:
 php_cpd: true
 php_pdepend:
     excluded_dirs: [vendor]
 php_mess_detector: true
 php_analyzer: true
 php_loc:
     command: phploc
     excluded_dirs: [vendor]
     enabled: true
 php_code_coverage:
        # A phpunit.xml/phpunit.xml.dist is expected in tests/
     test_command: ./bin/phpunit -c tests/phpunit-codecoverage.xml.dist