Use LazyGhostObject for proxy objects (#877) #596
static-analysis.yml
on: push
static-analysis
/
PHPStan (PHP: 8.4)
21s
Annotations
5 errors
static-analysis / PHPStan (PHP: 8.4):
src/DependencyInjection/Configuration.php#L44
Call to function method_exists() with 'Doctrine\\ODM\\MongoDB\\Configuration' and 'setUseLazyGhostObje…' will always evaluate to true.
|
static-analysis / PHPStan (PHP: 8.4):
src/DependencyInjection/Configuration.php#L46
Call to function method_exists() with 'Doctrine\\ODM\\MongoDB\\Configuration' and 'setUseLazyGhostObje…' will always evaluate to true.
|
static-analysis / PHPStan (PHP: 8.4):
tests/DependencyInjection/ConfigurationTest.php#L41
Call to function method_exists() with 'Doctrine\\ODM\\MongoDB\\Configuration' and 'setUseLazyGhostObje…' will always evaluate to true.
|
static-analysis / PHPStan (PHP: 8.4):
tests/DependencyInjection/ConfigurationTest.php#L74
Call to function method_exists() with 'Doctrine\\ODM\\MongoDB\\Configuration' and 'setUseLazyGhostObje…' will always evaluate to true.
|
static-analysis / PHPStan (PHP: 8.4)
Process completed with exit code 1.
|