Code Duplication    Length = 3-3 lines in 2 locations

web_interface/astpp/application/libraries/html2pdf/_tcpdf_5.0.002/qrcode.php 2 locations

@@ 2431-2433 (lines=3) @@
2428
				);
2429
			$yStart = $oy - 2;
2430
			$xStart = $ox - 2;
2431
			for ($y = 0; $y < 5; $y++) {
2432
				$frame = $this->qrstrset($frame, $xStart, $yStart + $y, $finder[$y]);
2433
			}
2434
			return $frame;
2435
		}
2436
@@ 2524-2526 (lines=3) @@
2521
			"\xc1\xc0\xc0\xc0\xc0\xc0\xc1",
2522
			"\xc1\xc1\xc1\xc1\xc1\xc1\xc1"
2523
			);
2524
			for ($y = 0; $y < 7; $y++) {
2525
				$frame = $this->qrstrset($frame, $ox, ($oy + $y), $finder[$y]);
2526
			}
2527
			return $frame;
2528
		}
2529