🚿 phan happy

This commit is contained in:
codemasher
2020-03-04 06:19:11 +01:00
parent 891b04c4cd
commit 71053ee0f1
+3 -1
View File
@@ -108,7 +108,9 @@ class QRMarkup extends QROutputAbstract{
}
if($count > 0){
$len = $count;
$len = $count;
$start ??= 0; // avoid type coercion in sprintf() - phan happy
$path .= sprintf('M%s %s h%s v1 h-%sZ ', $start, $y, $len, $len);
// reset count