mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
🚒 test fix
This commit is contained in:
@@ -169,7 +169,7 @@ final class QRMatrixTest extends TestCase{
|
||||
->setAlignmentPattern()
|
||||
;
|
||||
|
||||
$alignmentPattern = Version::ALIGNMENT_PATTERN[$version];
|
||||
$alignmentPattern = (new Version($version))->getAlignmentPattern();
|
||||
|
||||
foreach($alignmentPattern as $py){
|
||||
foreach($alignmentPattern as $px){
|
||||
|
||||
Reference in New Issue
Block a user