Skip to content

Commit

Permalink
[shopsys] removed entity's and dataobject's property typehints and ty…
Browse files Browse the repository at this point in the history
…pehints from getter/setter (#3001)
  • Loading branch information
grossmannmartin authored Feb 7, 2024
2 parents 8ac85fb + f20f907 commit 45f1a61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Model/Product/HeurekaProductDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Shopsys\ProductFeed\HeurekaBundle\Model\Product;

use Doctrine\ORM\Mapping as ORM;
use Shopsys\FrameworkBundle\Component\Money\Money;

/**
* @ORM\Table(
Expand Down Expand Up @@ -87,7 +86,7 @@ public function getProduct()
/**
* @return \Shopsys\FrameworkBundle\Component\Money\Money|null
*/
public function getCpc(): ?Money
public function getCpc()
{
return $this->cpc;
}
Expand Down

0 comments on commit 45f1a61

Please sign in to comment.