Showing 4,939 of 4,939 total issues

Avoid too many return statements within this method.
Open

                        return $null_type_set ?? ($null_type_set = UnionType::typeSetFromString('null'));
Severity: Major
Found in src/Phan/Analysis/NegatedConditionVisitor.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return;
    Severity: Major
    Found in src/Phan/Analysis/ReferenceCountsAnalyzer.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                          return $code_base->getClassConstantByFQSEN($fqsen);
      Severity: Major
      Found in src/Phan/Analysis/ReferenceCountsAnalyzer.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return UnionType::fromFullyQualifiedRealString('int|float');
        Severity: Major
        Found in src/Phan/Analysis/BinaryOperatorFlagVisitor.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                  return $right_type;
          Severity: Major
          Found in src/Phan/Analysis/AssignmentVisitor.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            return;
            Severity: Major
            Found in src/Phan/Analysis/ArgumentType.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              return $this->context;
              Severity: Major
              Found in src/Phan/Analysis/ConditionVisitor.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return $this->analyzeAndUpdateToBeIdentical($node->children['left'], $node->children['right']);
                Severity: Major
                Found in src/Phan/Analysis/NegatedConditionVisitor.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                      return [ArrayType::instance($type->isNullable())];
                  Severity: Major
                  Found in src/Phan/Analysis/NegatedConditionVisitor.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                            return $context;
                    Severity: Major
                    Found in src/Phan/Analysis/NegatedConditionVisitor.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                              return null;
                      Severity: Major
                      Found in src/Phan/Analysis/ReferenceCountsAnalyzer.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                    return false;
                        Severity: Major
                        Found in src/Phan/Analysis/ThrowsTypesAnalyzer.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                      return $exception_class->isInterface();
                          Severity: Major
                          Found in src/Phan/Analysis/ThrowsTypesAnalyzer.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                                return !$type->containsTruthy();
                            Severity: Major
                            Found in src/Phan/Analysis/ConditionVisitorUtil.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                                  return \get_class($type) === IntType::class;
                              Severity: Major
                              Found in src/Phan/Analysis/ConditionVisitorUtil.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                        return null;
                                Severity: Major
                                Found in src/Phan/Analysis/ConditionVisitorUtil.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                          return $this->context;
                                  Severity: Major
                                  Found in src/Phan/Analysis/AssignmentVisitor.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                            return false;
                                    Severity: Major
                                    Found in src/Phan/Analysis/AssignmentVisitor.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                      return;
                                      Severity: Major
                                      Found in src/Phan/Analysis/ArgumentType.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                        return;
                                        Severity: Major
                                        Found in src/Phan/Analysis/ArgumentType.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language