mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
🚿
This commit is contained in:
@@ -43,7 +43,7 @@ final class BitBuffer{
|
||||
/**
|
||||
* BitBuffer constructor.
|
||||
*
|
||||
* @param int[] $bytes
|
||||
* @param int[]|null $bytes
|
||||
*/
|
||||
public function __construct(array $bytes = null){
|
||||
$this->buffer = $bytes ?? [];
|
||||
|
||||
Reference in New Issue
Block a user