mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
:octocat: removed nullable type from QROptionsTrait::$moduleValues
This commit is contained in:
@@ -252,7 +252,7 @@ trait QROptionsTrait{
|
||||
*
|
||||
* @see \chillerlan\QRCode\Output\QROutputAbstract::setModuleValues()
|
||||
*/
|
||||
protected ?array $moduleValues = null;
|
||||
protected array $moduleValues = [];
|
||||
|
||||
/**
|
||||
* Toggles logo space creation
|
||||
|
||||
Reference in New Issue
Block a user