🔥 v6.0 first pass: PHP 8.2, remove deprecated elements, add type hints

This commit is contained in:
smiley
2023-11-25 12:49:56 +01:00
parent a301af5b7f
commit 39e3dfe83b
80 changed files with 332 additions and 1029 deletions
+1 -3
View File
@@ -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