mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Internal: Fix typo in PHPDoc
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user