Fix @param & @return comments for GetTagFromLabel

This commit is contained in:
vdumas
2022-12-06 16:43:30 +01:00
parent 26359cf1ee
commit 4f36819ab2

View File

@@ -499,9 +499,9 @@ final class ormTagSet extends ormSet
}
/**
* @param $sTagCode
* @param $sTagLabel
*
* @return DBObject tag
* @return string Tag code
* @throws \CoreUnexpectedValue
* @throws \CoreException
*/