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 6e56c7a commit a43b817Copy full SHA for a43b817
src/Yoti/Util/Profile/AnchorConverter.php
@@ -48,15 +48,15 @@ public static function convertAnchor(Anchor $protobufAnchor)
48
return $anchorMap;
49
}
50
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
- */
+ /**
+ * Convert Protobuf Anchor to a map of oid -> Yoti Anchor
+ *
+ * @deprecated no longer in use.
+ * @param Anchor $anchor
+ * @return array|null
+ */
60
public static function convert(Anchor $protobufAnchor)
61
{
62
$extensions = self::convertAnchor($protobufAnchor);
0 commit comments