@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Spatie\SchemaOrg\Generator\Writer; |
4 | 4 | |
5 | 5 | use League\Flysystem\Adapter\Local; |
6 | -use Spatie\SchemaOrg\Generator\Type; |
|
7 | 6 | use League\Flysystem\Filesystem as Flysystem; |
7 | +use Spatie\SchemaOrg\Generator\Type; |
|
8 | 8 | use Spatie\SchemaOrg\Generator\TypeCollection; |
9 | 9 | |
10 | 10 | class Filesystem |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Spatie\SchemaOrg; |
4 | 4 | |
5 | 5 | use DateTime; |
6 | -use ReflectionClass; |
|
7 | 6 | use DateTimeInterface; |
7 | +use ReflectionClass; |
|
8 | 8 | use Spatie\SchemaOrg\Exceptions\InvalidProperty; |
9 | 9 | |
10 | 10 | abstract class BaseType implements Type, \ArrayAccess, \JsonSerializable |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\SchemaOrg; |
4 | 4 | |
5 | -use ReflectionClass; |
|
6 | 5 | use BadMethodCallException; |
6 | +use ReflectionClass; |
|
7 | 7 | use Spatie\SchemaOrg\Exceptions\InvalidType; |
8 | -use Spatie\SchemaOrg\Exceptions\TypeNotInGraph; |
|
9 | 8 | use Spatie\SchemaOrg\Exceptions\TypeAlreadyInGraph; |
9 | +use Spatie\SchemaOrg\Exceptions\TypeNotInGraph; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * @mixin \Spatie\SchemaOrg\Schema |
@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace Spatie\SchemaOrg\Generator\Console; |
4 | 4 | |
5 | 5 | use Spatie\SchemaOrg\Generator\Definitions; |
6 | -use Symfony\Component\Console\Command\Command; |
|
7 | 6 | use Spatie\SchemaOrg\Generator\PackageGenerator; |
8 | -use Symfony\Component\Console\Input\InputOption; |
|
7 | +use Symfony\Component\Console\Command\Command; |
|
9 | 8 | use Symfony\Component\Console\Input\InputInterface; |
9 | +use Symfony\Component\Console\Input\InputOption; |
|
10 | 10 | use Symfony\Component\Console\Output\OutputInterface; |
11 | 11 | |
12 | 12 | class GenerateCommand extends Command |