Rename NewsletterWooCommerceRevenue

[MAILPOET-3069]
This commit is contained in:
Pavel Dohnal
2020-08-10 10:42:35 +02:00
committed by Veljko V
parent 9593918a2c
commit 24c5ff8cb1
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ class NewsletterStatistics {
/** @var int */
private $totalSentCount;
/** @var NewsletterWooCommerceRevenue|null */
/** @var WooCommerceRevenue|null */
private $wooCommerceRevenue;
public function __construct($clickCount, $openCount, $unsubscribeCount, $totalSentCount, $wooCommerceRevenue) {
@@ -56,7 +56,7 @@ class NewsletterStatistics {
}
/**
* @return NewsletterWooCommerceRevenue|null
* @return WooCommerceRevenue|null
*/
public function getWooCommerceRevenue() {
return $this->wooCommerceRevenue;