Skip to content

Commit

Permalink
ECS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszpietrzak1994 committed Apr 18, 2019
1 parent d82b5b5 commit d09733d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion spec/Entity/InvoiceChannelSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class InvoiceChannelSpec extends ObjectBehavior
{
public function let(): void
{
$this->beConstructedWith('WEB-US', 'United States', 'green');
$this->beConstructedWith('WEB-US', 'United States');
}

public function it_implements_invoice_channel_interface(): void
Expand Down
1 change: 0 additions & 1 deletion src/Generator/InvoiceGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Sylius\Component\Channel\Repository\ChannelRepositoryInterface;
use Sylius\Component\Core\Model\AddressInterface;
use Sylius\Component\Core\Model\AdjustmentInterface;
use Sylius\Component\Core\Model\ChannelInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Provider/ChannelColorProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Sylius\Component\Channel\Repository\ChannelRepositoryInterface;
use Sylius\Component\Core\Model\ChannelInterface;
use Sylius\InvoicingPlugin\Provider\ChannelColorProviderInterface;

final class ChannelColorProvider implements ChannelColorProviderInterface
{
Expand Down

0 comments on commit d09733d

Please sign in to comment.