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 ( 645208...ecb3d3 )
by Gallice
03:07
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
        - src/*

build:
    cache:
        disabled: true
    dependencies:
        before:
            - composer require henrikbjorn/phpspec-code-coverage:2.1
    environment:
        php:
            version: 5.5
    tests:
        override:
            -
                command: 'vendor/bin/phpspec run -f progress -c phpspec-scrutinizer.yml'
                coverage:
                    file: 'coverage.clover'
                    format: 'php-clover'

Repository Config

# language: php

# tests: true