mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-15 03:28:41 +00:00
Fix indention of =
This commit is contained in:
parent
69d94e8181
commit
a348bda2da
|
|
@ -330,10 +330,10 @@ abstract class C128Abstract
|
|||
throw new \Exception();
|
||||
}
|
||||
|
||||
$black = \imagecolorallocate($image, 0, 0, 0);
|
||||
$white = \imagecolorallocate($image, 255, 255, 255);
|
||||
$location = 0;
|
||||
$length = \strlen($codeString);
|
||||
$black = \imagecolorallocate($image, 0, 0, 0);
|
||||
$white = \imagecolorallocate($image, 255, 255, 255);
|
||||
$location = 0;
|
||||
$length = \strlen($codeString);
|
||||
\imagefill($image, 0, 0, $white);
|
||||
|
||||
for ($position = 1; $position <= $length; $position++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user