[TASK] Remove unused imports
Cleanup code by removing unused imports in various classes. Also changes the corresponding ExtensionScanner tests because they are counting the line numbers which changed by removing the imports. Resolves: #89926 Releases: master, 9.5 Change-Id: I588a3aa778a342c6c1154bb431cd325497fd4d18 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62604 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/File/ThumbnailController.php 0 additions, 1 deletion...t/backend/Classes/Controller/File/ThumbnailController.php
- typo3/sysext/backend/Classes/Security/EmailLoginNotification.php 0 additions, 1 deletion...ysext/backend/Classes/Security/EmailLoginNotification.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/TtContentRepository.php 0 additions, 2 deletions...example/Classes/Domain/Repository/TtContentRepository.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php 0 additions, 2 deletions...s/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php
- typo3/sysext/form/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php 0 additions, 1 deletion...orm/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 0 additions, 1 deletion.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/CodeStatisticsTest.php 1 addition, 1 deletion...ll/Tests/Unit/ExtensionScanner/Php/CodeStatisticsTest.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Fixtures/CodeStatisticsFixture.php 0 additions, 2 deletions...t/ExtensionScanner/Php/Fixtures/CodeStatisticsFixture.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php 0 additions, 2 deletions...anner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredMatcherFixture.php 0 additions, 2 deletions...Matcher/Fixtures/MethodArgumentRequiredMatcherFixture.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php 0 additions, 2 deletions...Scanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php 1 addition, 1 deletion.../ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcherTest.php 2 additions, 2 deletions...Scanner/Php/Matcher/MethodArgumentRequiredMatcherTest.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallMatcherTest.php 2 additions, 2 deletions...it/ExtensionScanner/Php/Matcher/MethodCallMatcherTest.php
Please register or sign in to comment