Completed
Pull Request — master (#470)
by Claus
01:35
created
src/Component/AbstractComponent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode;
15 15
 use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode;
16 16
 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
17
-use TYPO3Fluid\Fluid\ViewHelpers\ArgumentViewHelper;
18 17
 use TYPO3Fluid\Fluid\ViewHelpers\ParameterViewHelper;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
src/ViewHelpers/AtomViewHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  * See LICENSE.txt that was shipped with this package.
8 8
  */
9 9
 
10
-use TYPO3Fluid\Fluid\Component\ComponentInterface;
11 10
 use TYPO3Fluid\Fluid\Component\Error\ChildNotFoundException;
12 11
 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
13 12
 use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
Please login to merge, or discard this patch.
src/ViewHelpers/LayoutViewHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 
10 10
 use TYPO3Fluid\Fluid\Component\ComponentInterface;
11
-use TYPO3Fluid\Fluid\Component\EmbeddedComponentInterface;
12 11
 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
13 12
 use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
14 13
 
Please login to merge, or discard this patch.