🚿 extract OUTPUT_* constants from QRCode to QROutputInterface and mark QRCode::OUTPUT_* as deprecated

This commit is contained in:
smiley
2022-07-15 19:20:58 +02:00
parent b48a58462c
commit ae1c1f56ca
29 changed files with 200 additions and 110 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
namespace chillerlan\QRCodeTest\Output;
use chillerlan\QRCode\QRCode;
use chillerlan\QRCode\Output\QROutputInterface;
use function extension_loaded;
/**
@@ -18,7 +18,7 @@ use function extension_loaded;
*/
final class QRStringJSONTest extends QRStringTestAbstract{
protected string $type = QRCode::OUTPUT_STRING_JSON;
protected string $type = QROutputInterface::STRING_JSON;
/**
* @inheritDoc