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
Pull Request — master (#35)
by Rob
05:24 queued 02:21
created

Repository Config

build:
    environment:
      php:
        version: 7.2
        pecl_extensions: 
          - xdebug
      variables: 
        GOOGLE_API_KEY: AIzaSyCO_gc4TRNQupcJ9FB9b3bRkFBgcMelBko
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                before:
                    - 'apt-get install php-dev -y; pecl channel-update pecl.php.net; pecl install xdebug; chmod u+x run_phpunit'
                    - command: './run_phpunit' 
                      idle_timeout: 600
                      background: false
        tests: true
        
checks:
    php:
        code_rating: true
        remove_extra_empty_lines: true
        remove_php_closing_tag: true
        remove_trailing_whitespace: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: true
            order_alphabetically: true
        fix_php_opening_tag: true
        fix_linefeed: true
        fix_line_ending: true
        fix_identation_4spaces: true
        fix_doc_comments: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
filter: 
    excluded_paths: [tests/*]
tools:
    external_code_coverage:
        timeout: 600