Completed
Push — master ( 5e296f...020da6 )
by Marc
03:08
created
src/Core/ViewHelper/Traits/CompileWithContentArgumentAndRenderStatic.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use TYPO3Fluid\Fluid\Core\Compiler\ViewHelperCompiler;
6 6
 use TYPO3Fluid\Fluid\Core\Exception;
7 7
 use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode;
8
-use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
9 8
 
10 9
 /**
11 10
  * Class CompilableWithContentArgumentAndRenderStatic
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.
src/Core/Parser/TemplateParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode;
18 18
 use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode;
19 19
 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
20
-use TYPO3Fluid\Fluid\Core\Variables\VariableExtractor;
21 20
 use TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperResolver;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.