Add typehing

[PREMIUM-142]
This commit is contained in:
Pavel Dohnal
2020-05-12 12:26:52 +02:00
committed by Veljko V
parent b5a5454466
commit ce7bbfb8f8

View File

@ -108,7 +108,7 @@ class StatisticsWooCommercePurchaseEntity {
/** /**
* @return int * @return int
*/ */
public function getOrderId() { public function getOrderId(): int {
return $this->orderId; return $this->orderId;
} }