File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
namespace ApiPlatform \SchemaGenerator \AnnotationGenerator ;
15
15
16
- use Doctrine \Common \Util \Inflector ;
16
+ use Doctrine \Common \Inflector \Inflector ;
17
17
use League \HTMLToMarkdown \HtmlConverter ;
18
18
use Psr \Log \LoggerInterface ;
19
19
Original file line number Diff line number Diff line change 17
17
use ApiPlatform \SchemaGenerator \GoodRelationsBridge ;
18
18
use ApiPlatform \SchemaGenerator \TypesGenerator ;
19
19
use ApiPlatform \SchemaGenerator \TypesGeneratorConfiguration ;
20
- use Doctrine \Common \Util \Inflector ;
20
+ use Doctrine \Common \Inflector \Inflector ;
21
21
use Symfony \Component \Config \Definition \Processor ;
22
22
use Symfony \Component \Console \Command \Command ;
23
23
use Symfony \Component \Console \Input \InputArgument ;
Original file line number Diff line number Diff line change 16
16
use ApiPlatform \SchemaGenerator \AnnotationGenerator \AnnotationGeneratorInterface ;
17
17
use Doctrine \Common \Collections \ArrayCollection ;
18
18
use Doctrine \Common \Collections \Collection ;
19
- use Doctrine \Common \Util \Inflector ;
19
+ use Doctrine \Common \Inflector \Inflector ;
20
20
use MyCLabs \Enum \Enum ;
21
21
use PhpCsFixer \Cache \NullCacheManager ;
22
22
use PhpCsFixer \Differ \NullDiffer ;
You can’t perform that action at this time.
0 commit comments