Skip to content

Commit

Permalink
CR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszWojdalowicz committed May 17, 2022
1 parent 0605af0 commit dc70870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Generator/BannerPathGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use BitBag\SyliusBannerPlugin\Entity\BannerInterface;
use Symfony\Component\HttpFoundation\File\File;

class BannerPathGenerator implements BannerPathGeneratorInterface
final class BannerPathGenerator implements BannerPathGeneratorInterface
{
public function generate(BannerInterface $banner): string
{
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/BannersProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use BitBag\SyliusBannerPlugin\Entity\AdInterface;
use BitBag\SyliusBannerPlugin\Operator\BannersOperatorInterface;

class BannersProvider implements BannersProviderInterface
final class BannersProvider implements BannersProviderInterface
{
private BannersOperatorInterface $bannersOperator;

Expand Down

0 comments on commit dc70870

Please sign in to comment.