@@ -70,7 +70,7 @@ |
||
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 | */ |
@@ -42,7 +42,7 @@ |
||
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 | } |