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 ( fa92af...4c60b6 )
by Gilmar
45:38 queued 20:03
created

Checkout Config

build:
    environment:
        php: 7.0.6
    tests:
        override:
            -
                command: 'ant test'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
filter:
    paths: [src/*]
    excluded_paths: [README.md, tests/*, vendor/*, build/*, Resources/*]
checks:
  php:
    code_rating: true
tools:
  php_analyzer:
    enabled: true
    extensions:
        - php
  external_code_coverage:
    timeout: 1200
    runs: 3
  php_code_coverage: false
  php_code_sniffer:
    config:
      standard: PSR2
    filter:
      paths: ['src']
  php_loc:
    enabled: true
    excluded_dirs: [vendor, spec]
  sensiolabs_security_checker:
    enabled: true

Repository Config

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