From 31bd22a6b4f04f9562c62c780f601bb27eaf2fcf Mon Sep 17 00:00:00 2001 From: Mauro Moreno Date: Sat, 17 Dec 2016 17:09:15 +0000 Subject: [PATCH] Fix tests --- src/Entity/Ad.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Ad.php b/src/Entity/Ad.php index 4ae1841..de9ab08 100644 --- a/src/Entity/Ad.php +++ b/src/Entity/Ad.php @@ -293,7 +293,7 @@ public function setOperation($operation) * * @return Ad */ - public function setPayment(string $payment) + public function setPayment($payment) { $this->payment = $payment; return $this;