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 ( 6d7140...b70ccc )
by Kevin Le
09:02
created

Checkout Config

filter:
    excluded_paths:
        - vendor/*
        - example.php

before_commands:
    - "composer install --no-interaction"

tools:
    php_analyzer: true

    php_code_sniffer:
        enabled: true
        config:
            ruleset: ./phpcs.xml

    php_sim: true
    php_cpd: false

    php_mess_detector: true

    php_pdepend: true

    sensiolabs_security_checker: true

    php_code_coverage: true