Index: branches/5.2.x/core/units/statistics/statistics_tag_processor.php =================================================================== diff -u -N -r15152 -r16513 --- branches/5.2.x/core/units/statistics/statistics_tag_processor.php (.../statistics_tag_processor.php) (revision 15152) +++ branches/5.2.x/core/units/statistics/statistics_tag_processor.php (.../statistics_tag_processor.php) (revision 16513) @@ -1,6 +1,6 @@ PostFormatting) { case 'number': // simple-specific postformatting + /** @var LanguagesItem $lang */ $lang = $this->Application->recallObject('lang.current'); - /* @var $lang LanguagesItem */ $value = $lang->formatNumber($value, $this->PostFormattingParams['precision']); break; @@ -103,8 +103,8 @@ return $this->TagCache[$tag]; } + /** @var kDBItem $object */ $object = $this->getObject(); - /* @var $object kDBItem */ list($tag_name, $tag_params) = explode(' ', $tag, 2); // 1st - function, 2nd .. nth - params preg_match_all('/([\${}a-zA-Z0-9_.-]+)=(["\']{1,1})(.*?)(?" type="" precision="2" + /** @var LanguagesItem $lang */ $lang = $this->Application->recallObject('lang.current'); - /* @var $lang LanguagesItem */ switch ($tag_params['type']) { case 'date': @@ -255,8 +255,8 @@ */ function getPendingPrefixes() { + /** @var kModulesHelper $modules_helper */ $modules_helper = $this->Application->recallObject('ModulesHelper'); - /* @var $modules_helper kModulesHelper */ $licensed_modules = array_map('strtolower', $modules_helper->_GetModules());