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 98d8a3e commit 8197df3Copy full SHA for 8197df3
app/code/Magento/Config/App/Config/Type/System.php
@@ -62,9 +62,9 @@ class System implements ConfigTypeInterface
62
* @param \Magento\Framework\App\Config\Spi\PostProcessorInterface $postProcessor
63
* @param \Magento\Store\Model\Config\Processor\Fallback $fallback
64
* @param \Magento\Framework\Cache\FrontendInterface $cache
65
+ * @param \Magento\Framework\Serialize\SerializerInterface $serializer
66
* @param \Magento\Framework\App\Config\Spi\PreProcessorInterface $preProcessor
67
* @param int $cachingNestedLevel
- * @param \Magento\Framework\Serialize\SerializerInterface $serializer
68
*/
69
public function __construct(
70
\Magento\Framework\App\Config\ConfigSourceInterface $source,
0 commit comments