@@ -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. |
@@ -4,9 +4,7 @@ |
||
| 4 | 4 | use Consolidation\OutputFormatters\Validate\ValidationInterface; |
| 5 | 5 | use Consolidation\OutputFormatters\Options\OverrideOptionsInterface; |
| 6 | 6 | use Consolidation\OutputFormatters\Options\FormatterOptions; |
| 7 | -use Consolidation\OutputFormatters\Validate\ValidDataTypesTrait; |
|
| 8 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
| 9 | -use Consolidation\OutputFormatters\StructuredData\RestructureInterface; |
|
| 10 | 8 | |
| 11 | 9 | /** |
| 12 | 10 | * String formatter |