mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 00:17:55 +00:00
:octocat: fix no.1 for #45
This commit is contained in:
@@ -28,6 +28,8 @@ class MyCustomOutput extends QROutputAbstract{
|
||||
for($col = 0; $col < $this->moduleCount; $col++){
|
||||
$output .= (int)$this->matrix->check($col, $row);
|
||||
}
|
||||
|
||||
$output .= \PHP_EOL;
|
||||
}
|
||||
|
||||
return $output;
|
||||
|
||||
Reference in New Issue
Block a user