@@ -184,7 +184,7 @@ |
||
184 | 184 | |
185 | 185 | /** |
186 | 186 | * @access protected |
187 | - * @param $commandName |
|
187 | + * @param string $commandName |
|
188 | 188 | * @param $callable |
189 | 189 | * @return |
190 | 190 | */ |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | * |
214 | 214 | * @access protected |
215 | 215 | * @param object $config configuration object to create arguments from. |
216 | - * @return mixed build arguments |
|
216 | + * @return \PEIP\INF\Channel\Channel[] build arguments |
|
217 | 217 | */ |
218 | 218 | protected function getReplyHandlerArguments($config){ |
219 | 219 | $args = array( |
@@ -259,6 +259,7 @@ discard block |
||
259 | 259 | * @access protected |
260 | 260 | * @param string the configuration type ofthe channel (e.g.: 'reply', 'request') |
261 | 261 | * @param object $config configuration object to return channel from. |
262 | + * @param string $type |
|
262 | 263 | * @return \PEIP\INF\Channel\Channel reply-channel |
263 | 264 | */ |
264 | 265 | public function doGetChannel($type, $config){ |