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 ( 2255c0...bd33e3 )
by Nicolas
03:18
created

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_cs_fixer:
        config: { level: psr1 }

checks:
    php:
        verify_access_scope_valid: true
        unused_properties: true
        unused_variables: true
        unused_parameters: true
        unused_methods: true
        simplify_boolean_return: true
        php5_style_constructor: true
        no_short_open_tag: true
        missing_arguments: true
        code_rating: true
        avoid_closing_tag: true