Skip to content

Commit 48f77a0

Browse files
author
Fabio Giacomoni
committed
Correzione commenit
1 parent a71a8d3 commit 48f77a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Api/Operator/Webspace.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public function getDiskUsage($field, $value)
309309

310310
/**
311311
* @param array $filters
312-
* @param string $newPassword
312+
* @param string|null $certificateName
313313
* @return bool
314314
*/
315315
public function setCurrentCertificate( $filters, $certificateName ) {
@@ -336,8 +336,7 @@ public function setCurrentCertificate( $filters, $certificateName ) {
336336

337337

338338
/**
339-
* Restituisce l'identificativo univoco del servizio a listino associato ad una subscription
340-
* @param int $guid L'identificativo universale della subscription
339+
* @param array $filters
341340
* @return string|null
342341
*/
343342
public function getCurrentCertificate( $filters ) {

0 commit comments

Comments
 (0)