Skip to content

Commit 0fba5a3

Browse files
authored
Resolve phpstan doc block issues
1 parent ac00113 commit 0fba5a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/core/Mage/Adminhtml/Model/Config.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function __construct()
9696
$this->setCacheTags([Mage_Core_Model_Config::CACHE_TAG]);
9797
$usesCache = Mage::app()->useCache('config');
9898
if (!$usesCache || !$this->loadCache()) {
99-
/** @var Mage_Core_Model_Config_Base $config */
10099
$this->_config = Mage::getConfig()->loadModulesConfiguration('system.xml')
101100
->applyExtends();
102101
if ($usesCache) {
@@ -106,7 +105,7 @@ public function __construct()
106105
}
107106

108107
/**
109-
* @param $tags
108+
* @param array|null $tags
110109
* @return $this|Mage_Adminhtml_Model_Config
111110
*/
112111
public function saveCache($tags=null)

0 commit comments

Comments
 (0)