@@ -393,7 +393,7 @@ discard block |
||
| 393 | 393 | * @todo validate params? In theory all validation is left to the dispatch map... |
| 394 | 394 | * @todo add support for $catchWarnings |
| 395 | 395 | * |
| 396 | - * @param $callable |
|
| 396 | + * @param callable $callable |
|
| 397 | 397 | * @param array $extraOptions |
| 398 | 398 | * @param string $plainFuncName |
| 399 | 399 | * @param array $funcDesc |
@@ -459,7 +459,7 @@ discard block |
||
| 459 | 459 | |
| 460 | 460 | /** |
| 461 | 461 | * Return a name for a new function, based on $callable, insuring its uniqueness |
| 462 | - * @param mixed $callable a php callable, or the name of an xmlrpc method |
|
| 462 | + * @param callable $callable a php callable, or the name of an xmlrpc method |
|
| 463 | 463 | * @param string $newFuncName when not empty, it is used instead of the calculated version |
| 464 | 464 | * @return string |
| 465 | 465 | */ |
@@ -497,7 +497,7 @@ discard block |
||
| 497 | 497 | } |
| 498 | 498 | |
| 499 | 499 | /** |
| 500 | - * @param $callable |
|
| 500 | + * @param callable $callable |
|
| 501 | 501 | * @param string $newFuncName |
| 502 | 502 | * @param array $extraOptions |
| 503 | 503 | * @param string $plainFuncName |