@@ -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 | /** |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use Consolidation\OutputFormatters\SimplifyToArrayInterface; |
| 5 | 5 | use Consolidation\OutputFormatters\FormatterOptions; |
| 6 | 6 | use Consolidation\OutputFormatters\StructuredData\Xml\DomDataInterface; |
| 7 | -use Consolidation\OutputFormatters\StructuredData\Xml\XmlSchema; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * Simplify a DOMDocument to an array. |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Consolidation\OutputFormatters\OverrideOptionsInterface; |
| 7 | 7 | use Consolidation\OutputFormatters\FormatterOptions; |
| 8 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
| 9 | -use Consolidation\OutputFormatters\StructuredData\RestructureInterface; |
|
| 10 | 9 | |
| 11 | 10 | /** |
| 12 | 11 | * String formatter |