Completed
Push — master ( 72e11b...6400bb )
by Mathias
02:02
created
src/Core/Parser/SyntaxTree/Expression/TernaryExpressionNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param mixed $candidate
73
+     * @param string $candidate
74 74
      * @param RenderingContextInterface $renderingContext
75 75
      * @return mixed
76 76
      */
Please login to merge, or discard this patch.
src/Core/Parser/TemplateProcessor/NamespaceDetectionTemplateProcessor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
6 6
  * See LICENSE.txt that was shipped with this package.
7 7
  */
8 8
 
9
-use TYPO3Fluid\Fluid\Core\Parser\Patterns;
10 9
 use TYPO3Fluid\Fluid\Core\Parser\TemplateProcessorInterface;
11
-use TYPO3Fluid\Fluid\Core\Parser\UnknownNamespaceException;
12 10
 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
13 11
 
14 12
 /**
Please login to merge, or discard this patch.