Merge remote-tracking branch 'origin/v5.0.x' into v5.0.x

# Conflicts:
#	src/Data/QRData.php
This commit is contained in:
smiley
2024-04-19 13:50:41 +02:00
6 changed files with 39 additions and 6 deletions
+1
View File
@@ -11,6 +11,7 @@
namespace chillerlan\QRCodeTest\Data;
use chillerlan\QRCode\Common\{EccLevel, MaskPattern, Mode, Version};
use PHPUnit\Framework\ExpectationFailedException;
use chillerlan\QRCode\Data\{QRCodeDataException, QRData, QRDataModeInterface, QRMatrix};
use chillerlan\QRCode\QROptions;
use chillerlan\QRCodeTest\QRMaxLengthTrait;