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 249a22f commit 672d90eCopy full SHA for 672d90e
app/code/Magento/AdminAdobeIms/Console/Command/AdminAdobeImsEnableCommand.php
@@ -79,7 +79,7 @@ class AdminAdobeImsEnableCommand extends Command
79
private UpdateTokensService $updateTokensService;
80
81
/**
82
- * @var Role|mixed
+ * @var Role
83
*/
84
private Role $role;
85
@@ -94,8 +94,8 @@ class AdminAdobeImsEnableCommand extends Command
94
* @param ImsCommandOptionService $imsCommandOptionService
95
* @param TypeListInterface $cacheTypeList
96
* @param UpdateTokensService $updateTokensService
97
- * @param Role $role
98
- * @param CollectionFactory $roleCollection
+ * @param Role|null $role
+ * @param CollectionFactory|null $roleCollection
99
100
public function __construct(
101
ImsConfig $adminImsConfig,
0 commit comments