Skip to content

Commit 672d90e

Browse files
committed
AC2678:Product customizable options incorrect after import options corrected docblock
1 parent 249a22f commit 672d90e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/AdminAdobeIms/Console/Command/AdminAdobeImsEnableCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class AdminAdobeImsEnableCommand extends Command
7979
private UpdateTokensService $updateTokensService;
8080

8181
/**
82-
* @var Role|mixed
82+
* @var Role
8383
*/
8484
private Role $role;
8585

@@ -94,8 +94,8 @@ class AdminAdobeImsEnableCommand extends Command
9494
* @param ImsCommandOptionService $imsCommandOptionService
9595
* @param TypeListInterface $cacheTypeList
9696
* @param UpdateTokensService $updateTokensService
97-
* @param Role $role
98-
* @param CollectionFactory $roleCollection
97+
* @param Role|null $role
98+
* @param CollectionFactory|null $roleCollection
9999
*/
100100
public function __construct(
101101
ImsConfig $adminImsConfig,

0 commit comments

Comments
 (0)