Skip to content

Commit d7e07f9

Browse files
committed
MAGETWO-65337: Add notification command
1 parent 255300c commit d7e07f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Analytics/Model/Connector/NotifyDataChangedCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Magento\Store\Model\Store;
1313

1414
/**
15-
* Command executes to notify MBI the reports data was collected
15+
* Command notifies MBI about that data collection was finished.
1616
*/
1717
class NotifyDataChangedCommand implements CommandInterface
1818
{
@@ -61,7 +61,7 @@ public function __construct(
6161
}
6262

6363
/**
64-
* Notify MBI the reports data was collected
64+
* Notify MBI about that data collection was finished
6565
* @return bool
6666
*/
6767
public function execute()

0 commit comments

Comments
 (0)