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 this.tok.T_IS_NOT_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;
        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_DOLLAR_OPEN_CURLY_BRACES;
          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 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 this.next().read_encapsed_string('`');
                    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('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 node('binary', what);
                          Severity: Major
                          Found in thirdparty/php-parser.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                        return cachedClearTimeout.call(this, marker);
                            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 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(assignList);
                                    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('clone')(
                                              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 ch;
                                        Severity: Major
                                        Found in thirdparty/php-parser.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language