This commit is contained in:
codemasher
2021-11-21 14:39:00 +01:00
parent 153603a5dc
commit b23a6fe1a4
+1 -1
View File
@@ -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 ?? [];