Skip to content

Commit

Permalink
Make the interface compatible with the modified Trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Djamy authored Jan 2, 2019
1 parent 4f39919 commit 50972cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ interface ShippingAwareInterface
{
public function getShipment();

public function setShipment(Shipment $shipment);
public function setShipment(?Shipment $shipment);
}

0 comments on commit 50972cc

Please sign in to comment.