@@ -88,8 +88,8 @@ discard block |
||
| 88 | 88 | /** |
| 89 | 89 | * init queue |
| 90 | 90 | * |
| 91 | - * @param $ipc_filename |
|
| 92 | - * @param $msg_type |
|
| 91 | + * @param string $ipc_filename |
|
| 92 | + * @param integer $msg_type |
|
| 93 | 93 | * @throws \Exception |
| 94 | 94 | */ |
| 95 | 95 | protected function initQueue($ipc_filename, $msg_type) |
@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | /** |
| 224 | 224 | * check the privilege of update the queue's status |
| 225 | 225 | * |
| 226 | - * @param $key |
|
| 226 | + * @param string $key |
|
| 227 | 227 | * @throws \Exception |
| 228 | 228 | */ |
| 229 | 229 | private function checkSetPrivilege($key) |
@@ -241,7 +241,7 @@ discard block |
||
| 241 | 241 | * update the max size of queue |
| 242 | 242 | * need root |
| 243 | 243 | * |
| 244 | - * @param $size |
|
| 244 | + * @param integer $size |
|
| 245 | 245 | * @throws \Exception |
| 246 | 246 | * @return bool |
| 247 | 247 | */ |