mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-23 23:57:58 +00:00
:octocat: mark nullable types explicitly (https://github.com/chillerlan/php-qrcode/issues/276)
This commit is contained in:
@@ -41,7 +41,7 @@ final class DecoderResult{
|
||||
/**
|
||||
* DecoderResult constructor.
|
||||
*/
|
||||
public function __construct(iterable $properties = null){
|
||||
public function __construct(iterable|null $properties = null){
|
||||
|
||||
if(!empty($properties)){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user