Skip to content

Commit

Permalink
chore: Unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Mar 8, 2024
1 parent 10a32f4 commit 50b25c0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/AudioRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use RZ\Roadiz\Documents\DocumentFinderInterface;
use RZ\Roadiz\Documents\Models\DocumentInterface;
use RZ\Roadiz\Documents\UrlGenerators\DocumentUrlGeneratorInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;

Expand Down
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/ChainRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use RZ\Roadiz\Documents\Models\DocumentInterface;
use RZ\Roadiz\Documents\Renderer;
use RZ\Roadiz\Documents\UrlGenerators\DocumentUrlGeneratorInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;

Expand Down
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/ImageRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use RZ\Roadiz\Documents\MediaFinders\EmbedFinderFactory;
use RZ\Roadiz\Documents\Models\DocumentInterface;
use RZ\Roadiz\Documents\UrlGenerators\DocumentUrlGeneratorInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;

Expand Down
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/InlineSvgRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
use League\Flysystem\MountManager;
use League\Flysystem\UrlGeneration\PublicUrlGenerator;
use RZ\Roadiz\Documents\Models\DocumentInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;

class InlineSvgRenderer extends atoum
{
Expand Down
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/PdfRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use League\Flysystem\UrlGeneration\PublicUrlGenerator;
use RZ\Roadiz\Documents\Models\DocumentInterface;
use RZ\Roadiz\Documents\UrlGenerators\DocumentUrlGeneratorInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;

Expand Down
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/PictureRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use RZ\Roadiz\Documents\MediaFinders\EmbedFinderFactory;
use RZ\Roadiz\Documents\Models\DocumentInterface;
use RZ\Roadiz\Documents\UrlGenerators\DocumentUrlGeneratorInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;

Expand Down
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/SvgRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
use League\Flysystem\MountManager;
use League\Flysystem\UrlGeneration\PublicUrlGenerator;
use RZ\Roadiz\Documents\Models\DocumentInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;

class SvgRenderer extends atoum
{
Expand Down
2 changes: 0 additions & 2 deletions tests/Roadiz/Document/Renderer/VideoRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use RZ\Roadiz\Documents\DocumentFinderInterface;
use RZ\Roadiz\Documents\Models\DocumentInterface;
use RZ\Roadiz\Documents\UrlGenerators\DocumentUrlGeneratorInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;

Expand Down

0 comments on commit 50b25c0

Please sign in to comment.