Hirse/brackets-outline-list

View on GitHub

Showing 905 of 905 total issues

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('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('retif', expr, trueArg, 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 result(status);
          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, key);
            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, right, '=');
              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 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(label);
                      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([arg]);
                          Severity: Major
                          Found in thirdparty/php-parser.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                      return result('post', '+', 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_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_CURLY_OPEN;
                                  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('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.next().read_encapsed_string(
                                                      this.tok.T_END_HEREDOC
                                                    );
                                        Severity: Major
                                        Found in thirdparty/php-parser.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language