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 ( 23c92d...0cfe1b )
by Alexander
01:42
created

Checkout Config

filter:
  excluded_paths:
    - Tests/*

checks:
  php:
    # create_function is the only way to implement string lambdas, and they are optional.
    no_eval: false
    # Duplication is critical for performance, callbacks slow down execution considerably.
    duplication: false

Repository Config

checks:
    php:
        duplication: false
        no_eval: false
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        parameters_in_camelcaps: true
        properties_in_camelcaps: true
        optional_parameters_at_the_end: true

filter: {  }
coding_style:
    php:
        spaces:
            general:
                linefeed_character: newline
        braces:
            classes_functions:
                class: undefined
                function: undefined
                closure: undefined
            if:
                opening: undefined
            for:
                opening: undefined
            while:
                opening: undefined
            do_while:
                opening: undefined
            switch:
                opening: undefined
            try:
                opening: undefined
        upper_lower_casing:
            keywords:
                general: undefined
            constants:
                true_false_null: undefined