@@ -21,11 +21,12 @@ |
||
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @param \chillerlan\QRCode\BitBuffer $buffer |
24 | + * @return void |
|
24 | 25 | */ |
25 | 26 | public function write(BitBuffer &$buffer); |
26 | 27 | |
27 | 28 | /** |
28 | - * @param $type |
|
29 | + * @param integer $type |
|
29 | 30 | * |
30 | 31 | * @return int |
31 | 32 | * @throws \chillerlan\QRCode\Data\QRCodeDataException |
@@ -59,7 +59,7 @@ |
||
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
62 | - * @return mixed |
|
62 | + * @return string |
|
63 | 63 | * @throws \chillerlan\QRCode\Output\QRCodeOutputException |
64 | 64 | */ |
65 | 65 | public function dump(){ |