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