msgraph-sdk-php
msgraph-sdk-php copied to clipboard
Update PHPStan config for compatibility with PHPStan 2.x
Static analysis checks with PHPStan 2.0 fail due to a "bad" parameter used in our phpstan.neon.
We need to update it & fix any new issues flagged by PHPStan 2.0
PHP Core - https://github.com/microsoftgraph/msgraph-sdk-php-core/pull/199 Beta SDK - https://github.com/microsoftgraph/msgraph-beta-sdk-php/pull/339
sample PR: https://github.com/microsoftgraph/msgraph-sdk-php/pull/1612