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 255300c commit d7e07f9Copy full SHA for d7e07f9
app/code/Magento/Analytics/Model/Connector/NotifyDataChangedCommand.php
@@ -12,7 +12,7 @@
12
use Magento\Store\Model\Store;
13
14
/**
15
- * Command executes to notify MBI the reports data was collected
+ * Command notifies MBI about that data collection was finished.
16
*/
17
class NotifyDataChangedCommand implements CommandInterface
18
{
@@ -61,7 +61,7 @@ public function __construct(
61
}
62
63
64
- * Notify MBI the reports data was collected
+ * Notify MBI about that data collection was finished
65
* @return bool
66
67
public function execute()
0 commit comments