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