doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

Improved types and make static analysis more strict #769

Closed driehle closed 2 years ago

driehle commented 2 years ago

This PR raises PhpStan to level 6 and loweres Psalm to level 4.

There is a small BC break, as the validator factories now actually check if $options['target_class'] is a valid class-string. If not, they throw a BadMethodCallException.