Hirse/brackets-outline-list

View on GitHub

Showing 905 of 905 total issues

Avoid too many return statements within this function.
Open

        return '{';
Severity: Major
Found in thirdparty/php-parser.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return this.consume_TOKEN();
    Severity: Major
    Found in thirdparty/php-parser.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return this.tok.T_ENCAPSED_AND_WHITESPACE;
      Severity: Major
      Found in thirdparty/php-parser.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

              return result('bin', '%', expr, this.next().read_expr());
        Severity: Major
        Found in thirdparty/php-parser.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                      return this.tok.T_ENCAPSED_AND_WHITESPACE;
          Severity: Major
          Found in thirdparty/php-parser.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                  return result('bin', 'or', expr, this.next().read_expr());
            Severity: Major
            Found in thirdparty/php-parser.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                    return result('bin', '-', expr, this.next().read_expr());
              Severity: Major
              Found in thirdparty/php-parser.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                      return result('bin', '<=', expr, this.next().read_expr());
                Severity: Major
                Found in thirdparty/php-parser.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                            return assign(
                              result(assignList),
                              this.next().read_expr(),
                              '='
                            );
                  Severity: Major
                  Found in thirdparty/php-parser.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return this.recursive_variable_chain_scan(expr, false);
                    Severity: Major
                    Found in thirdparty/php-parser.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              return result(items);
                      Severity: Major
                      Found in thirdparty/php-parser.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                return this.node('call')(
                                  expr, this.read_function_argument_list()
                                );
                        Severity: Major
                        Found in thirdparty/php-parser.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                  return result(args);
                          Severity: Major
                          Found in thirdparty/php-parser.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                    return result(value);
                            Severity: Major
                            Found in thirdparty/php-parser.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                        return result('assign', expr, this.next().read_expr(), '<<=');
                              Severity: Major
                              Found in thirdparty/php-parser.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                          return err;
                                Severity: Major
                                Found in thirdparty/php-parser.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return result(what, body, mode);
                                  Severity: Major
                                  Found in thirdparty/php-parser.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                          return this.tok.T_ENCAPSED_AND_WHITESPACE;
                                    Severity: Major
                                    Found in thirdparty/php-parser.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                return this.tok.T_CLOSE_TAG;
                                      Severity: Major
                                      Found in thirdparty/php-parser.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                  return this.consume_NUM();
                                        Severity: Major
                                        Found in thirdparty/php-parser.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language