Completed
Pull Request — master (#404)
by Claus
02:18
created
src/Core/ViewHelper/Traits/CompileWithContentArgumentAndRenderStatic.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,10 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace TYPO3Fluid\Fluid\Core\ViewHelper\Traits;
3 3
 
4
-use TYPO3Fluid\Fluid\Core\Compiler\TemplateCompiler;
5
-use TYPO3Fluid\Fluid\Core\Compiler\ViewHelperCompiler;
6 4
 use TYPO3Fluid\Fluid\Core\Exception;
7
-use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode;
8 5
 
9 6
 /**
10 7
  * Class CompilableWithContentArgumentAndRenderStatic
Please login to merge, or discard this patch.