SAML-Toolkits / php-saml

Simple SAML toolkit for PHP
MIT License
1.21k stars 462 forks source link

Declare conditional return types #585

Closed staabm closed 2 months ago

staabm commented 2 months ago

with the added types, PHPStan, psalm and other static analysis tools can assist the user of the library better. meaning even if the phpdoc is prefixed with @phpstan it will work for the other ones.

the tooling will realize when the call to the changed functions will never return or when a string is returned.