Index: branches/5.2.x/core/units/custom_fields/custom_fields_tag_processor.php =================================================================== diff -u -N -r15152 -r16513 --- branches/5.2.x/core/units/custom_fields/custom_fields_tag_processor.php (.../custom_fields_tag_processor.php) (revision 15152) +++ branches/5.2.x/core/units/custom_fields/custom_fields_tag_processor.php (.../custom_fields_tag_processor.php) (revision 16513) @@ -1,6 +1,6 @@ Application->recallObject($source_prefix, null, Array ('raise_warnings' => 0)); // it's possible, that in some cases object will not be loaded - /* @var $source_object kCatDBItem */ + /** @var kCatDBItem $source_object */ $display_original = $this->Application->ProcessParsedTag($source_prefix, 'DisplayOriginal', Array ('display_original' => $this->setParamValue($params, 'display_original'))); } @@ -100,7 +100,7 @@ $block_params['original_title'] = $this->setParamValue($params, 'original_title'); $original_object = $this->Application->recallObject($source_prefix . '.original', null, Array ('raise_warnings' => 0)); // it's possible, that in some cases object will not be loaded - /* @var $original_object kCatDBItem */ + /** @var kCatDBItem $original_object */ } if ($this->Special == 'general') {