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 ( f087a3...50ebe0 )
by Martin
05:55
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: false
        
filter:
    excluded_paths: [tests/*]

tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        no_trailing_whitespace: false
        blank_line_after_namespace_declaration: false
        foreach_traversable: false

coding_style:
    php: {  }