@@ -29,7 +29,7 @@ |
||
29 | 29 | $stringTrim = new FilterAdapterZf(new StringTrim()); |
30 | 30 | $stripTags = new FilterAdapterZf(new StripTags()); |
31 | 31 | $this->addFilter($stringTrim) |
32 | - ->addFilter($stripTags); |
|
32 | + ->addFilter($stripTags); |
|
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
@@ -42,7 +42,8 @@ |
||
42 | 42 | /** |
43 | 43 | * @param FieldInterface $field |
44 | 44 | * @param $value |
45 | - * @param $labelText |
|
45 | + * @param string $labelText |
|
46 | + * @param boolean $inline |
|
46 | 47 | * @return DOMElement |
47 | 48 | */ |
48 | 49 | private function processOption(FieldInterface $field, $value, $labelText, $inline) |