Skip to content

Commit c651052

Browse files
committed
:octocat: removed nullable type from QROptionsTrait::$moduleValues
1 parent efeaa55 commit c651052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QROptionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ trait QROptionsTrait{
252252
*
253253
* @see \chillerlan\QRCode\Output\QROutputAbstract::setModuleValues()
254254
*/
255-
protected ?array $moduleValues = null;
255+
protected array $moduleValues = [];
256256

257257
/**
258258
* Toggles logo space creation

0 commit comments

Comments
 (0)