From 8e2fe0fe77fb59bee2c4c93c61f9de7947f61f76 Mon Sep 17 00:00:00 2001 From: Thiyagu K Date: Wed, 18 Dec 2024 08:20:47 +0000 Subject: [PATCH] lint fix lint fix --- Storage/src/Connection/Rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/src/Connection/Rest.php b/Storage/src/Connection/Rest.php index a5e35391a82..578d955fa15 100644 --- a/Storage/src/Connection/Rest.php +++ b/Storage/src/Connection/Rest.php @@ -186,7 +186,7 @@ public function deleteBucket(array $args = []) return $this->send('buckets', 'delete', $args); } - /** + /** * @param array $args */ public function restoreBucket(array $args = [])