:octocat: fix no.1 for #45

This commit is contained in:
codemasher
2020-04-11 08:59:28 +02:00
parent 29cb52756c
commit d13f3af5d2
5 changed files with 69 additions and 20 deletions
+2
View File
@@ -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;