@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | * |
| 28 | 28 | * @param string $sName The command name |
| 29 | 29 | * @param array $aAttributes Associative array of attributes that will describe the command |
| 30 | - * @param mixed $mData The data to be associated with this command |
|
| 30 | + * @param string $mData The data to be associated with this command |
|
| 31 | 31 | * @param boolean $bRemoveEmpty If true, remove empty attributes |
| 32 | 32 | * |
| 33 | 33 | * @return Response |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | * Merge the response commands from the specified <Response> object with |
| 39 | 39 | * the response commands in this <Response> object |
| 40 | 40 | * |
| 41 | - * @param Response|array $mCommands The <Response> object |
|
| 41 | + * @param \Jaxon\Response\Response $mCommands The <Response> object |
|
| 42 | 42 | * @param boolean $bBefore Add the new commands to the beginning of the list |
| 43 | 43 | * |
| 44 | 44 | * @return void |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | * @param string $sMessage The message to display to the user |
| 72 | 72 | * @param callable $xCallable The function |
| 73 | 73 | * |
| 74 | - * @return Response |
|
| 74 | + * @return JsCommands |
|
| 75 | 75 | */ |
| 76 | 76 | public function confirm($sMessage, $xCallable) |
| 77 | 77 | { |