Skip to content

Commit fb994e8

Browse files
eiganStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 7aaffd2 commit fb994e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FluentDriver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Doctrine\ORM\Mapping\Builder\ClassMetadataBuilder;
66
use Doctrine\ORM\Mapping\MappingException;
7+
use Doctrine\ORM\Mapping\NamingStrategy;
78
use Doctrine\Persistence\Mapping\ClassMetadata;
89
use Doctrine\Persistence\Mapping\Driver\MappingDriver;
9-
use Doctrine\ORM\Mapping\NamingStrategy;
1010
use InvalidArgumentException;
1111
use LaravelDoctrine\Fluent\Builders\Builder;
1212
use LaravelDoctrine\Fluent\Mappers\MapperSet;
@@ -27,7 +27,7 @@ class FluentDriver implements MappingDriver
2727
* Initializes a new FileDriver that looks in the given path(s) for mapping
2828
* documents and operates in the specified operating mode.
2929
*
30-
* @param string[] $mappings
30+
* @param string[] $mappings
3131
* @param null|NamingStrategy $namingStrategy
3232
*/
3333
public function __construct(

0 commit comments

Comments
 (0)