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.
Passed
Push — master ( 9bb90b...f45538 )
by Harald
08:14 queued 05:10
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/'

checks:
    php: true

build:
    environment:
        redis: false
        timezone: 'Europe/Oslo'
        php:
            ini:
                date.timezone: 'Europe/Oslo'
                memory_limit: '128M'

    tests:
        override:
            -   command: ./vendor/bin/phpunit --coverage-clover coverage.xml
                coverage:
                    file: coverage.xml
                    format: clover
            - php-scrutinizer-run

    nodes:
        php71:
            environment:
                php: 7.1
        php72:
            environment:
                php: 7.2
        php73:
            environment:
                php: 7.3

    cache:
        directories:
            - vendor/

tools:
    sensiolabs_security_checker: true

build_failure_conditions:
    - 'issues.severity(>= MAJOR).new.exists'