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 ( a36445...bdab62 )
by Choraimy
03:35 queued 01:17
created

Checkout Config

filter:
  paths:
    - 'src/*'
  excluded_paths:
    - 'tests/*'
    - 'vendor/*'

checks:
  php: true

tools:
  external_code_coverage:
    runs: 6
    timeout: 300

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false