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 6ee6759 commit cff0d0aCopy full SHA for cff0d0a
app/code/Magento/Catalog/Model/Plugin/SetPageLayoutDefaultValue.php
@@ -12,7 +12,6 @@
12
13
use Magento\Catalog\Model\Category\DataProvider;
14
use Magento\Framework\App\Config\ScopeConfigInterface;
15
-use Magento\Framework\App\ObjectManager;
16
use Magento\Framework\Exception\NoSuchEntityException;
17
use Magento\Store\Model\ScopeInterface;
18
use Magento\Store\Model\StoreManagerInterface;
@@ -35,8 +34,8 @@ class SetPageLayoutDefaultValue
35
34
private $scopeConfig;
36
37
/**
38
- * @param ScopeConfigInterface|null $scopeConfig
39
- * @param StoreManagerInterface|null $storeManager
+ * @param ScopeConfigInterface $scopeConfig
+ * @param StoreManagerInterface $storeManager
40
* @param string $defaultValue
41
*/
42
public function __construct(
0 commit comments