Skip to content

Commit a43b817

Browse files
committed
SDK-1019: Fix comment indentation
1 parent 6e56c7a commit a43b817

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Yoti/Util/Profile/AnchorConverter.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ public static function convertAnchor(Anchor $protobufAnchor)
4848
return $anchorMap;
4949
}
5050

51-
/**
52-
* Convert Protobuf Anchor to a map of oid -> Yoti Anchor
53-
*
54-
* @deprecated no longer in use.
55-
*
56-
* @param Anchor $anchor
57-
*
58-
* @return array|null
59-
*/
51+
/**
52+
* Convert Protobuf Anchor to a map of oid -> Yoti Anchor
53+
*
54+
* @deprecated no longer in use.
55+
*
56+
* @param Anchor $anchor
57+
*
58+
* @return array|null
59+
*/
6060
public static function convert(Anchor $protobufAnchor)
6161
{
6262
$extensions = self::convertAnchor($protobufAnchor);

0 commit comments

Comments
 (0)