Merge pull request #823 from driehle/fix/validator-int-input #261
static-analysis.yml
on: push
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Annotations
5 errors
MissingTemplateParam:
src/Options/Authentication.php#L51
src/Options/Authentication.php:51:13: MissingTemplateParam: DoctrineModule\Options\Authentication has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
MissingTemplateParam:
src/Options/Cache.php#L13
src/Options/Cache.php:13:13: MissingTemplateParam: DoctrineModule\Options\Cache has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
MissingTemplateParam:
src/Options/Driver.php#L12
src/Options/Driver.php:12:13: MissingTemplateParam: DoctrineModule\Options\Driver has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
MissingTemplateParam:
src/Options/EventManager.php#L12
src/Options/EventManager.php:12:13: MissingTemplateParam: DoctrineModule\Options\EventManager has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
Static Analysis / Psalm (8.1)
Process completed with exit code 2.
|