Completed
Pull Request — master (#415)
by Claus
01:55
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/ViewHelpers/InlineViewHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         $this->registerArgument(
43 43
             'code',
44 44
             'string',
45
-            'Fluid code to be rendered as if it were part of the template rendering it. Can be passed as inline '.
45
+            'Fluid code to be rendered as if it were part of the template rendering it. Can be passed as inline ' .
46 46
             'argument or tag content'
47 47
         );
48 48
     }
Please login to merge, or discard this patch.