PronerInformatica/phppimaco

View on GitHub

Showing 34 of 34 total issues

Avoid too many return statements within this method.
Open

                return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_CODABAR, $this->width, $this->height))."'>".$this->br;
Severity: Major
Found in src/Tags/Barcode.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_PHARMA_CODE_TWO_TRACKS, $this->width, $this->height))."'>".$this->br;
    Severity: Major
    Found in src/Tags/Barcode.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_UPC_E, $this->width, $this->height))."'>".$this->br;
      Severity: Major
      Found in src/Tags/Barcode.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_RMS4CC, $this->width, $this->height))."'>".$this->br;
        Severity: Major
        Found in src/Tags/Barcode.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                          return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_STANDARD_2_5_CHECKSUM, $this->width, $this->height))."'>".$this->br;
          Severity: Major
          Found in src/Tags/Barcode.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_CODE_128, $this->width, $this->height))."'>".$this->br;
            Severity: Major
            Found in src/Tags/Barcode.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_POSTNET, $this->width, $this->height))."'>".$this->br;
              Severity: Major
              Found in src/Tags/Barcode.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_UPC_A, $this->width, $this->height))."'>".$this->br;
                Severity: Major
                Found in src/Tags/Barcode.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                  return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_IMB, $this->width, $this->height))."'>".$this->br;
                  Severity: Major
                  Found in src/Tags/Barcode.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                    return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_KIX, $this->width, $this->height))."'>".$this->br;
                    Severity: Major
                    Found in src/Tags/Barcode.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                      return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_CODE_11, $this->width, $this->height))."'>".$this->br;
                      Severity: Major
                      Found in src/Tags/Barcode.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                        return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_INTERLEAVED_2_5, $this->width, $this->height))."'>".$this->br;
                        Severity: Major
                        Found in src/Tags/Barcode.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                          return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_EAN_13, $this->width, $this->height))."'>".$this->br;
                          Severity: Major
                          Found in src/Tags/Barcode.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                            return "<img ".$style." src='data:image/png;base64,".base64_encode($barcode->getBarcode($this->content, $barcode::TYPE_PLANET, $this->width, $this->height))."'>".$this->br;
                            Severity: Major
                            Found in src/Tags/Barcode.php - About 30 mins to fix
                              Severity
                              Category
                              Status
                              Source
                              Language