codemasher 4 лет назад
Родитель
Сommit
b23a6fe1a4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Common/BitBuffer.php

+ 1 - 1
src/Common/BitBuffer.php

@@ -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 ?? [];