We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfef638 commit 62b3a28Copy full SHA for 62b3a28
lib/internal/Magento/Framework/Validator/Factory.php
@@ -78,8 +78,8 @@ protected function _initializeConfigList()
78
$this->_configFiles = $this->cache->load(self::CACHE_KEY);
79
if (!$this->_configFiles) {
80
$this->_configFiles = $this->moduleReader->getConfigurationFiles('validation.xml');
81
- $this->cache->save($this->getSerializer()->serialize(
82
- $this->_configFiles->toArray()),
+ $this->cache->save(
+ $this->getSerializer()->serialize($this->_configFiles->toArray()),
83
self::CACHE_KEY
84
);
85
} else {
0 commit comments