@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | - * @param $command |
|
| 32 | + * @param string $command |
|
| 33 | 33 | * @param array $properties |
| 34 | 34 | * |
| 35 | 35 | * @return \PleskX\Api\XmlResponse |
@@ -123,8 +123,8 @@ discard block |
||
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | /** |
| 126 | - * @param $command |
|
| 127 | - * @param $field |
|
| 126 | + * @param string $command |
|
| 127 | + * @param string $field |
|
| 128 | 128 | * @param $value |
| 129 | 129 | * |
| 130 | 130 | * @return \PleskX\Api\XmlResponse |