mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-05 06:57:39 +00:00
🚿 phan happy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user