@@ -72,12 +72,12 @@ discard block |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | - * Backup a database. |
|
76 | - * |
|
77 | - * @param string $environmentUuid |
|
78 | - * @param string $dbName |
|
79 | - * @return OperationResponse |
|
80 | - */ |
|
75 | + * Backup a database. |
|
76 | + * |
|
77 | + * @param string $environmentUuid |
|
78 | + * @param string $dbName |
|
79 | + * @return OperationResponse |
|
80 | + */ |
|
81 | 81 | public function createDatabaseBackup($environmentUuid, $dbName) |
82 | 82 | { |
83 | 83 | return new OperationResponse( |
@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | { |
333 | 333 | |
334 | 334 | $options = [ |
335 | - 'form_params' => $config, |
|
335 | + 'form_params' => $config, |
|
336 | 336 | ]; |
337 | 337 | |
338 | 338 | return new OperationResponse( |