From 4e53b8302aab0098a22e5d0eaa53176dbd237d2b Mon Sep 17 00:00:00 2001 From: "jacob.viertel@wunderbyte.at" Date: Mon, 5 Aug 2024 08:59:23 +0200 Subject: [PATCH] Linting: linting code --- classes/wbInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/wbInstaller.php b/classes/wbInstaller.php index b5b6690..5e33b6e 100755 --- a/classes/wbInstaller.php +++ b/classes/wbInstaller.php @@ -205,7 +205,7 @@ public function save_install_progress() { * Get all tests. * * @param string $progresstype - * @param bool|null $finished Optional parameter. + * @param bool|null $status * @return int */ public function update_install_progress($progresstype, $status = 0) {