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 ( 5ba706...01826c )
by Richard
03:15
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'var/*'
        - 'vendor/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    dependencies:
        before:
            - mysql -e 'create database symfony DEFAULT CHARACTER SET utf8mb4 collate utf8mb4_unicode_ci;'
    environment:
        php:
            version: "7.0"
    tests:
        override:
            - ./vendor/bin/phing test-all