Hirse/brackets-outline-list

View on GitHub

Showing 905 of 905 total issues

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 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(expr);
        Severity: Major
        Found in thirdparty/php-parser.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

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

            Avoid too many return statements within this function.
            Open

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

              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 next;
                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 result('unary', '-', this.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.read_function(true, [0, 1, 0]);
                        Severity: Major
                        Found in thirdparty/php-parser.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                    return this.read_function(true, [0, 1, 0]);
                          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_IS_SMALLER_OR_EQUAL;
                              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('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 this.tok.T_DNUMBER;
                                    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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language