Skip to content

Commit 8c47147

Browse files
committed
SDK-1019: Correct method documentation
1 parent 73c848d commit 8c47147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Yoti/Util/Profile/AnchorConverter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
class AnchorConverter
1212
{
1313
/**
14-
* Convert Protobuf Anchor to a map of oid -> Yoti Anchors
14+
* Convert Protobuf Anchor to a map of oid -> Yoti Anchor
1515
*
1616
* @param Anchor $anchor
1717
*
18-
* @return array map of oid => YotiAnchor
18+
* @return array
1919
*/
2020
public static function convert(Anchor $protobufAnchor)
2121
{

0 commit comments

Comments
 (0)