Skip to content

Commit 9e203ac

Browse files
committed
Fix types in doc blocks
1 parent 3e739aa commit 9e203ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/Operator/ProtectedDirectory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function delete($field, $value)
4141
/**
4242
* @param string $field
4343
* @param integer|string $value
44-
* @return Struct\Info
44+
* @return Struct\DataInfo|false
4545
*/
4646
public function get($field, $value)
4747
{
@@ -52,7 +52,7 @@ public function get($field, $value)
5252
/**
5353
* @param string $field
5454
* @param integer|string $value
55-
* @return Struct\Info[]
55+
* @return Struct\DataInfo[]
5656
*/
5757
public function getAll($field, $value)
5858
{

0 commit comments

Comments
 (0)