We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b030299 commit 22eb44dCopy full SHA for 22eb44d
src/Api/Operator/Database.php
@@ -18,7 +18,7 @@ public function create($properties)
18
}
19
20
/**
21
- * @param $properties
+ * @param array $properties
22
*
23
* @return Struct\UserInfo
24
*/
@@ -28,7 +28,7 @@ public function createUser($properties)
28
29
30
31
- * @param $command
+ * @param string $command
32
* @param array $properties
33
34
* @return \PleskX\Api\XmlResponse
@@ -122,9 +122,9 @@ public function getAllUsers($field, $value)
122
123
124
125
126
- * @param $field
127
- * @param $value
+ * @param string $field
+ * @param int|string $value
128
129
130
0 commit comments