mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
🚿 added $M_TYPE as param to the transform function call
This commit is contained in:
@@ -152,7 +152,7 @@ abstract class QROutputAbstract implements QROutputInterface{
|
||||
}
|
||||
|
||||
// collect the modules per $M_TYPE
|
||||
$paths[$M_TYPE][] = $transform($x, $y);
|
||||
$paths[$M_TYPE][] = $transform($x, $y, $M_TYPE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user