Skip to content

Commit 22eb44d

Browse files
committed
Fix missed types in doc blocks
1 parent b030299 commit 22eb44d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Api/Operator/Database.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function create($properties)
1818
}
1919

2020
/**
21-
* @param $properties
21+
* @param array $properties
2222
*
2323
* @return Struct\UserInfo
2424
*/
@@ -28,7 +28,7 @@ public function createUser($properties)
2828
}
2929

3030
/**
31-
* @param $command
31+
* @param string $command
3232
* @param array $properties
3333
*
3434
* @return \PleskX\Api\XmlResponse
@@ -122,9 +122,9 @@ public function getAllUsers($field, $value)
122122
}
123123

124124
/**
125-
* @param $command
126-
* @param $field
127-
* @param $value
125+
* @param string $command
126+
* @param string $field
127+
* @param int|string $value
128128
*
129129
* @return \PleskX\Api\XmlResponse
130130
*/

0 commit comments

Comments
 (0)