mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 03:27:52 +00:00
🔥 v6.0 first pass: PHP 8.2, remove deprecated elements, add type hints
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
namespace chillerlan\QRCodeTest\Output;
|
||||
|
||||
use chillerlan\QRCode\Output\QROutputInterface;
|
||||
use chillerlan\QRCode\Output\QRStringJSON;
|
||||
use function extension_loaded;
|
||||
|
||||
@@ -19,8 +18,7 @@ use function extension_loaded;
|
||||
*/
|
||||
final class QRStringJSONTest extends QROutputTestAbstract{
|
||||
|
||||
protected string $type = QROutputInterface::STRING_JSON;
|
||||
protected string $FQN = QRStringJSON::class;
|
||||
protected string $FQN = QRStringJSON::class;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
||||
Reference in New Issue
Block a user