File tree Expand file tree Collapse file tree
app/code/Magento/Eav/Model/Entity/Attribute/Frontend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ abstract class AbstractFrontend implements \Magento\Eav\Model\Entity\Attribute\F
6868 * @param CacheInterface $cache
6969 * @param $storeResolver @deprecated
7070 * @param array $cacheTags
71- * @param Serializer $serializer
7271 * @param StoreManagerInterface $storeManager
72+ * @param Serializer $serializer
7373 * @codeCoverageIgnore
7474 * @SuppressWarnings(PHPMD.UnusedFormalParameter)
7575 */
@@ -78,8 +78,8 @@ public function __construct(
7878 CacheInterface $ cache = null ,
7979 $ storeResolver = null ,
8080 array $ cacheTags = null ,
81- Serializer $ serializer = null ,
82- StoreManagerInterface $ storeManager = null
81+ StoreManagerInterface $ storeManager = null ,
82+ Serializer $ serializer = null
8383 ) {
8484 $ this ->_attrBooleanFactory = $ attrBooleanFactory ;
8585 $ this ->cache = $ cache ?: ObjectManager::getInstance ()->get (CacheInterface::class);
You can’t perform that action at this time.
0 commit comments