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 ( 3c9ac6...b0ef94 )
by Sergey
02:31
created

Checkout Config

tools:
  external_code_coverage: true
  php_sim: true
  php_pdepend: true
  php_analyzer: true
  php_code_sniffer:
    config:
      standard: "PSR2"

filter:
  excluded_paths: ['tests/*']

checks:
    php: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true