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 ( 6f1f33...00431d )
by Jeremy
03:03
created

Checkout Config

inherit: true
tools:
  external_code_coverage:
    timeout: 600
  php_analyzer:
    enabled: true
    config:
      phpunit_checks:
        enabled: true
  php_mess_detector:
    config:
      unused_code_rules:
        unused_private_field:  false
        unused_local_variable:  true
        unused_private_method:  true
        unused_formal_parameter:  true
      code_size_rules:
        npath_complexity:     true
        excessive_method_length:  true
        excessive_class_length:  true
        excessive_parameter_list:  true
        excessive_public_count:  true
        too_many_fields:      true
        too_many_methods:     true
        excessive_class_complexity:  true

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'tests/*'