@@ -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 |
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | * @param string $sURL The relative or fully qualified URL |
| 82 | 82 | * @param integer $iDelay Number of seconds to delay before the redirect occurs |
| 83 | 83 | * |
| 84 | - * @return Response |
|
| 84 | + * @return JsCommands |
|
| 85 | 85 | */ |
| 86 | 86 | public function redirect($sURL, $iDelay = 0) |
| 87 | 87 | { |