mambax7/pedigree

View on GitHub

Showing 702 of 1,100 total issues

Avoid too many return statements within this method.
Open

                        return false;
Severity: Major
Found in phpthumb/phpthumb.class.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                        return $this->ErrorImage(
                            $this->ImageMagickVersion() ? 'ImageMagick and GhostScript are both required for PDF source images; GhostScript may not be properly configured' : 'ImageMagick and/or GhostScript are unavailable and phpThumb() does not support PDF source images without them'
                        );
    Severity: Major
    Found in phpthumb/phpthumb.class.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                          return $this->ErrorImage('Image (JPEG) is too large for PHP-GD memory_limit, please install ImageMagick or increase php.ini memory_limit setting');
      Severity: Major
      Found in phpthumb/phpthumb.class.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                            return false;
        Severity: Major
        Found in phpthumb/phpthumb.class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                              return false;
          Severity: Major
          Found in phpthumb/phpthumb.class.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                    return false;
            Severity: Major
            Found in phpthumb/phpthumb.class.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                                          return false;
              Severity: Major
              Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                        return gettype($var);
                Severity: Major
                Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                          return true;
                  Severity: Major
                  Found in phpthumb/phpthumb.bmp.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                                    return false;
                    Severity: Major
                    Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                          return false;
                      Severity: Major
                      Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                                    return false;
                        Severity: Major
                        Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                              return $this->ErrorImage($this->ImageMagickVersion() ? 'ImageMagick failed on WMF source conversion' : 'ImageMagick is unavailable and phpThumb() does not support WMF source images without it');
                          Severity: Major
                          Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                                return $this->ErrorImage('Image (PNG) is too large for PHP-GD memory_limit, please install ImageMagick or increase php.ini memory_limit setting');
                            Severity: Major
                            Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                                  return false;
                              Severity: Major
                              Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                            return false;
                                Severity: Major
                                Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                          return true;
                                  Severity: Major
                                  Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                                        return false;
                                    Severity: Major
                                    Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                      return $this->ErrorImage('Invalid hex color string "' . $this->config_background_hexcolor . '" for parameter "bg"');
                                      Severity: Major
                                      Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                    return 'float       ' . $var;
                                        Severity: Major
                                        Found in phpthumb/phpthumb.class.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language