File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
app/code/Magento/AsynchronousOperations Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ public function getUserType();
43
43
44
44
/**
45
45
* Set user type
46
+ *
46
47
* @param int $userType
47
48
* @return $this
48
49
*/
Original file line number Diff line number Diff line change 23
23
24
24
/**
25
25
* Class MassSchedule used for adding multiple entities as Operations to Bulk Management with the status tracking
26
+ *
27
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects) Suppressed without refactoring to not introduce BiC
26
28
*/
27
29
class MassSchedule
28
30
{
@@ -93,10 +95,10 @@ public function __construct(
93
95
/**
94
96
* Schedule new bulk operation based on the list of entities
95
97
*
96
- * @param $topicName
97
- * @param $entitiesArray
98
- * @param null $groupId
99
- * @param null $userId
98
+ * @param string $topicName
99
+ * @param array $entitiesArray
100
+ * @param string $groupId
101
+ * @param string $userId
100
102
* @return AsyncResponseInterface
101
103
* @throws BulkException
102
104
* @throws LocalizedException
You can’t perform that action at this time.
0 commit comments