Internal: Fix typo in PHPDoc

This commit is contained in:
Molkobain
2020-02-17 11:24:20 +01:00
parent f94e86ecea
commit 0b5ee1e05c

View File

@@ -1127,7 +1127,7 @@ class ScalarExpression extends UnaryExpression
{
$oValue = $oAttDef->GetExistingTagsFromString($oValue, true);
}
/** @var \ormTagSet $sValue */
/** @var \ormTagSet $oValue */
$aTags = $oValue->GetTags();
foreach($aTags as $oTag)
{