@@ -29,7 +29,7 @@ |
||
| 29 | 29 | private $enabled = true; |
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | - * @param $bool |
|
| 32 | + * @param boolean $bool |
|
| 33 | 33 | */ |
| 34 | 34 | public function setEnabled($bool) |
| 35 | 35 | { |
@@ -17,6 +17,9 @@ |
||
| 17 | 17 | |
| 18 | 18 | class Transchoice extends AbstractExpression |
| 19 | 19 | { |
| 20 | + /** |
|
| 21 | + * @param integer $lineno |
|
| 22 | + */ |
|
| 20 | 23 | public function __construct(ArrayExpression $arguments, $lineno) |
| 21 | 24 | { |
| 22 | 25 | parent::__construct(['arguments' => $arguments], [], $lineno); |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | - * @return array |
|
| 48 | + * @return TwigFilter[] |
|
| 49 | 49 | */ |
| 50 | 50 | public function getFilters() |
| 51 | 51 | { |
@@ -219,7 +219,7 @@ |
||
| 219 | 219 | } |
| 220 | 220 | |
| 221 | 221 | /** |
| 222 | - * @return MessageInterface |
|
| 222 | + * @return string |
|
| 223 | 223 | */ |
| 224 | 224 | private function getMessageFromRequest(Request $request) |
| 225 | 225 | { |