edmondscommerce /
doctrine-static-meta
| 1 | <?php declare(strict_types=1); |
||||||||
| 2 | |||||||||
| 3 | namespace PHPSTORM_META { |
||||||||
| 4 | |||||||||
| 5 | override( |
||||||||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||||||||
| 6 | \EdmondsCommerce\DoctrineStaticMeta\Entity\Factory\EntityFactory::create(0, 1), |
||||||||
|
0 ignored issues
–
show
1 of type integer is incompatible with the type EdmondsCommerce\Doctrine...ferObjectInterface|null expected by parameter $dto of EdmondsCommerce\Doctrine...EntityFactory::create().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
Loading history...
The method
EdmondsCommerce\Doctrine...EntityFactory::create() is not static, but was called statically.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
Loading history...
|
|||||||||
| 7 | map( |
||||||||
|
0 ignored issues
–
show
The function
map was not found. Maybe you did not declare it correctly or list all dependencies?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
Loading history...
|
|||||||||
| 8 | [ |
||||||||
| 9 | '' => type(0), |
||||||||
|
0 ignored issues
–
show
The function
type was not found. Maybe you did not declare it correctly or list all dependencies?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
Loading history...
|
|||||||||
| 10 | ] |
||||||||
| 11 | ) |
||||||||
| 12 | ); |
||||||||
| 13 | |||||||||
| 14 | override( |
||||||||
| 15 | \EdmondsCommerce\DoctrineStaticMeta\Entity\Factory\EntityFactory::getEntity(0), |
||||||||
|
0 ignored issues
–
show
The method
EdmondsCommerce\Doctrine...ityFactory::getEntity() is not static, but was called statically.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
Loading history...
|
|||||||||
| 16 | map( |
||||||||
| 17 | [ |
||||||||
| 18 | '' => type(0), |
||||||||
| 19 | ] |
||||||||
| 20 | ) |
||||||||
| 21 | ); |
||||||||
| 22 | } |