Skip to content

Commit

Permalink
[TASK] Remove unused class imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Aug 3, 2023
1 parent 533ce9f commit bee4333
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion Classes/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use FluidTYPO3\Vhs\ViewHelpers\Asset\AssetInterface;
use TYPO3\CMS\Core\Utility\ArrayUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManager;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3\CMS\Extbase\Reflection\ObjectAccess;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use Doctrine\DBAL\Result;
use FluidTYPO3\Vhs\Utility\DoctrineQueryProxy;
use TYPO3\CMS\Core\Context\Context;
use TYPO3\CMS\Core\Context\LanguageAspect;
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Content/AbstractContentViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use Doctrine\DBAL\Result;
use FluidTYPO3\Vhs\Traits\SlideViewHelperTrait;
use FluidTYPO3\Vhs\Utility\DoctrineQueryProxy;
use TYPO3\CMS\Core\Database\ConnectionPool;
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Content/InfoViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use Doctrine\DBAL\Result;
use FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait;
use FluidTYPO3\Vhs\Utility\DoctrineQueryProxy;
use TYPO3\CMS\Core\Context\Context;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManager;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Page/LanguageMenuViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use Doctrine\DBAL\Result;
use FluidTYPO3\Vhs\Traits\ArrayConsumingViewHelperTrait;
use FluidTYPO3\Vhs\Utility\CoreUtility;
use FluidTYPO3\Vhs\Utility\DoctrineQueryProxy;
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Render/RequestViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use FluidTYPO3\Vhs\Utility\RequestResolver;
use Psr\Http\Message\ServerRequestInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManager;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3\CMS\Extbase\Mvc\ExtbaseRequestParameters;
use TYPO3\CMS\Extbase\Mvc\RequestInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use Doctrine\DBAL\Driver\Result;
use FluidTYPO3\Vhs\Utility\DoctrineQueryProxy;
use FluidTYPO3\Vhs\Utility\ResourceUtility;
use TYPO3\CMS\Core\Database\Connection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use Doctrine\DBAL\Result;
use FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait;
use FluidTYPO3\Vhs\Utility\DoctrineQueryProxy;
use FluidTYPO3\Vhs\Utility\ErrorUtility;
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Resource/Record/FalViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use Doctrine\DBAL\Driver\Result;
use FluidTYPO3\Vhs\Utility\DoctrineQueryProxy;
use FluidTYPO3\Vhs\Utility\ResourceUtility;
use TYPO3\CMS\Core\Database\ConnectionPool;
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Variable/TyposcriptViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManager;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
Expand Down
2 changes: 0 additions & 2 deletions Tests/Unit/ViewHelpers/ConstViewHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use FluidTYPO3\Vhs\Tests\Unit\ViewHelpers\AbstractViewHelperTest;

class ConstViewHelperTest extends AbstractViewHelperTestCase
{

Expand Down
2 changes: 0 additions & 2 deletions Tests/Unit/ViewHelpers/MenuViewHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* LICENSE.md file that was distributed with this source code.
*/

use FluidTYPO3\Vhs\Tests\Unit\ViewHelpers\AbstractViewHelperTest;

/**
* Class MenuViewHelperTest
*/
Expand Down

0 comments on commit bee4333

Please sign in to comment.