Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-moreno committed Dec 17, 2016
1 parent 91f1c9e commit 31bd22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Ad.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function setOperation($operation)
*
* @return Ad
*/
public function setPayment(string $payment)
public function setPayment($payment)
{
$this->payment = $payment;
return $this;
Expand Down

0 comments on commit 31bd22a

Please sign in to comment.