Index: branches/5.3.x/core/units/stylesheets/stylesheets_item.php =================================================================== diff -u -N -r15928 -r16519 --- branches/5.3.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 15928) +++ branches/5.3.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 16519) @@ -1,6 +1,6 @@ Application->recallObject('selectors.item', 'selectors', Array('live_table'=>true, 'skip_autoload' => true) ); - /* @var $selector_item SelectorsItem */ $parent_field = $selector_item->getUnitConfig()->getForeignKey(); @@ -40,8 +40,8 @@ $compile_ts = time(); $css_path = WRITEABLE . '/stylesheets/'; + /** @var FileHelper $file_helper */ $file_helper = $this->Application->recallObject('FileHelper'); - /* @var $file_helper FileHelper */ $file_helper->CheckFolder($css_path);