@@ -89,6 +89,9 @@ discard block |
||
89 | 89 | return $formatter; |
90 | 90 | } |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $format |
|
94 | + */ |
|
92 | 95 | public function hasFormatter($format) |
93 | 96 | { |
94 | 97 | return array_key_exists($format, $this->formatters); |
@@ -97,7 +100,6 @@ discard block |
||
97 | 100 | /** |
98 | 101 | * Render the data as necessary (e.g. to select or reorder fields). |
99 | 102 | * |
100 | - * @param mixed $structuredOutput |
|
101 | 103 | * @param array $configurationData |
102 | 104 | * @param array $options |
103 | 105 | * @return mixed |
@@ -8,7 +8,6 @@ |
||
8 | 8 | * is to be printed, prior to output but after restructuring |
9 | 9 | * and validation. |
10 | 10 | * |
11 | - * @param mixed $data Restructured, validated data. |
|
12 | 11 | * |
13 | 12 | * @return mixed |
14 | 13 | */ |