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
Pull Request — master (#889)
by Kris
01:05
created

Checkout Config

# This file just tells the wonderful code quality analyzer Scrutinizer (https://scrutinizer-ci.com/g/panique/huge/)
# that we are using external services (Travis) to generate code coverage stats
checks:
    php:
        code_rating: true
        duplication: true
# test coverage is commented out as this does not seem to work properly right now
#tools:
#    external_code_coverage: true

Repository Config

#tools:
#    php_sim: true
#    php_pdepend: true
#    php_analyzer: true

filter:
    excluded_paths: [vendor/*, tests/*]
before_commands:
    - 'composer install'
tools:
    #external_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    #php_code_coverage: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests]