Skip to content

Commit

Permalink
Remove final tags from resource entities
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jan 14, 2021
1 parent 0e879c0 commit 5c57d75
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Entity/CreditMemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Sylius\Component\Core\Model\ChannelInterface;
use Sylius\Component\Core\Model\OrderInterface;

/** @final */
class CreditMemo implements CreditMemoInterface
{
/** @var string */
Expand Down
1 change: 0 additions & 1 deletion src/Entity/LineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Sylius\RefundPlugin\Exception\LineItemsCannotBeMerged;

/** @final */
class LineItem implements LineItemInterface
{
/** @var int|null */
Expand Down
1 change: 0 additions & 1 deletion src/Entity/Refund.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Sylius\RefundPlugin\Model\RefundType;

/** @final */
class Refund implements RefundInterface
{
/** @var int|null */
Expand Down
1 change: 0 additions & 1 deletion src/Entity/RefundPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Sylius\Component\Core\Model\PaymentMethodInterface;

/** @final */
class RefundPayment implements RefundPaymentInterface
{
/** @var int|null */
Expand Down
1 change: 0 additions & 1 deletion src/Entity/TaxItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Sylius\RefundPlugin\Entity;

/** @final */
class TaxItem implements TaxItemInterface
{
/** @var int|null */
Expand Down

0 comments on commit 5c57d75

Please sign in to comment.