File tree 1 file changed +3
-3
lines changed
app/code/Magento/Eav/Model/Entity/Attribute/Frontend
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ abstract class AbstractFrontend implements \Magento\Eav\Model\Entity\Attribute\F
68
68
* @param CacheInterface $cache
69
69
* @param $storeResolver @deprecated
70
70
* @param array $cacheTags
71
- * @param StoreManagerInterface $storeManager
72
71
* @param Serializer $serializer
72
+ * @param StoreManagerInterface $storeManager
73
73
* @codeCoverageIgnore
74
74
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
75
75
*/
@@ -78,8 +78,8 @@ public function __construct(
78
78
CacheInterface $ cache = null ,
79
79
$ storeResolver = null ,
80
80
array $ cacheTags = null ,
81
- StoreManagerInterface $ storeManager = null ,
82
- Serializer $ serializer = null
81
+ Serializer $ serializer = null ,
82
+ StoreManagerInterface $ storeManager = null
83
83
) {
84
84
$ this ->_attrBooleanFactory = $ attrBooleanFactory ;
85
85
$ this ->cache = $ cache ?: ObjectManager::getInstance ()->get (CacheInterface::class);
You can’t perform that action at this time.
0 commit comments