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_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 '<';
      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', 'and', 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', 'instanceof', 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.read_dereferencable(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 cachedSetTimeout.call(this, fun, 0);
                    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', 'xor', 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 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 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_LNUMBER;
                                  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.consume_NUM();
                                      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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language