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 ( 984397...f88331 )
by Nikhil
09:07
created

Checkout Config

filter:
    excluded_paths: [tests/*]
tools:
  external_code_coverage: true
  php_analyzer: true
  php_mess_detector: true
  php_sim: true
  sensiolabs_security_checker: true
  php_changetracking: true
  php_cs_fixer:
    config: { level: psr2 }
checks:
  php:
    code_rating: true

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
            within:
                brackets: true
build: true