Completed
Pull Request — master (#254)
by Marc
02:34
created
src/Core/ViewHelper/Traits/CompileWithContentArgumentAndRenderStatic.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use TYPO3Fluid\Fluid\Core\Compiler\TemplateCompiler;
5 5
 use TYPO3Fluid\Fluid\Core\Compiler\ViewHelperCompiler;
6 6
 use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode;
7
-use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
8 7
 
9 8
 /**
10 9
  * Class CompilableWithRenderStatic
Please login to merge, or discard this patch.
src/ViewHelpers/ForViewHelper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
  * See LICENSE.txt that was shipped with this package.
7 7
  */
8 8
 
9
-use TYPO3Fluid\Fluid\Core\Compiler\TemplateCompiler;
10
-use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode;
11 9
 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
12 10
 use TYPO3Fluid\Fluid\Core\ViewHelper;
13 11
 use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
Please login to merge, or discard this patch.