Skip to content
This repository was archived by the owner on May 20, 2019. It is now read-only.

Commit f708896

Browse files
author
Volodymyr Kublytskyi
committed
Fixed code style
1 parent 3aa2955 commit f708896

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

app/code/Magento/AsynchronousOperations/Api/Data/BulkSummaryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function getUserType();
4343

4444
/**
4545
* Set user type
46+
*
4647
* @param int $userType
4748
* @return $this
4849
*/

app/code/Magento/AsynchronousOperations/Model/MassSchedule.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
/**
2525
* 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
2628
*/
2729
class MassSchedule
2830
{
@@ -93,10 +95,10 @@ public function __construct(
9395
/**
9496
* Schedule new bulk operation based on the list of entities
9597
*
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
100102
* @return AsyncResponseInterface
101103
* @throws BulkException
102104
* @throws LocalizedException

0 commit comments

Comments
 (0)