@@ -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 |
@@ -2,9 +2,6 @@ |
||
| 2 | 2 | namespace Consolidation\OutputFormatters\StructuredData; |
| 3 | 3 | |
| 4 | 4 | use Consolidation\OutputFormatters\FormatterOptions; |
| 5 | -use Consolidation\OutputFormatters\StructuredData\ListDataInterface; |
|
| 6 | -use Consolidation\OutputFormatters\Transformations\PropertyParser; |
|
| 7 | -use Consolidation\OutputFormatters\Transformations\ReorderFields; |
|
| 8 | 5 | use Consolidation\OutputFormatters\Transformations\TableTransformation; |
| 9 | 6 | |
| 10 | 7 | /** |