@@ -199,7 +199,7 @@ discard block |
||
199 | 199 | * |
200 | 200 | * @param string $key |
201 | 201 | * @param mixed $value |
202 | - * @return FormetterOptions |
|
202 | + * @return FormatterOptions |
|
203 | 203 | */ |
204 | 204 | protected function setConfigurationValue($key, $value) |
205 | 205 | { |
@@ -212,8 +212,8 @@ discard block |
||
212 | 212 | * if it does not already have a value set. |
213 | 213 | * |
214 | 214 | * @param string $key |
215 | - * @param mixed $value |
|
216 | - * @return FormetterOptions |
|
215 | + * @param boolean $value |
|
216 | + * @return FormatterOptions |
|
217 | 217 | */ |
218 | 218 | public function setConfigurationDefault($key, $value) |
219 | 219 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use Symfony\Component\Console\Input\InputInterface; |
5 | 5 | use Consolidation\OutputFormatters\Transformations\PropertyParser; |
6 | 6 | use Consolidation\OutputFormatters\StructuredData\Xml\XmlSchema; |
7 | -use Consolidation\OutputFormatters\StructuredData\Xml\XmlSchemaInterface; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * FormetterOptions holds information that affects the way a formatter |