@@ -92,7 +92,7 @@ |
||
| 92 | 92 | * @param String[] $data |
| 93 | 93 | * @param int $maxLength |
| 94 | 94 | * @param string $glue |
| 95 | - * @return array <array<int,string>> |
|
| 95 | + * @return string[] <array<int,string>> |
|
| 96 | 96 | */ |
| 97 | 97 | protected function fillPackets(array $data, $maxLength, $glue = "\n") |
| 98 | 98 | { |
@@ -11,26 +11,31 @@ |
||
| 11 | 11 | * @param string $key |
| 12 | 12 | * @param mixed $value |
| 13 | 13 | * @param string $type |
| 14 | + * @return void |
|
| 14 | 15 | */ |
| 15 | 16 | public function __construct($key, $value, $type); |
| 16 | 17 | |
| 17 | 18 | /** |
| 18 | 19 | * @param string $key |
| 20 | + * @return void |
|
| 19 | 21 | */ |
| 20 | 22 | public function setKey($key); |
| 21 | 23 | |
| 22 | 24 | /** |
| 23 | 25 | * @param mixed $value |
| 26 | + * @return void |
|
| 24 | 27 | */ |
| 25 | 28 | public function setValue($value); |
| 26 | 29 | |
| 27 | 30 | /** |
| 28 | 31 | * @param string $type |
| 32 | + * @return void |
|
| 29 | 33 | */ |
| 30 | 34 | public function setType($type); |
| 31 | 35 | |
| 32 | 36 | /** |
| 33 | 37 | * @param float $sampleRate |
| 38 | + * @return void |
|
| 34 | 39 | */ |
| 35 | 40 | public function setSampleRate($sampleRate); |
| 36 | 41 | |