forked from meditorial/mailkit-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
PHPStan level 5 reports several properties that are written but never read, indicating dead code or missing functionality.
Found running PHPStan 2.x with PHP 8.4.
Affected files
DataObjects/SubscribeWebHook.php:40—$jsonContentis never read, only writtenDataObjects/UnsubscribeWebHook.php:42—$jsonContentis never read, only writtenExceptions/InvalidResponseException.php:22—$responseis never read, only writtenExceptions/UnsupportedLanguageException.php:20—$languageis never read, only writtenExceptions/User/UserCreationBadEmailSyntaxException.php:22—$emailAddressis never read, only writtenRPC/Client.php:25—$jsonAdapteris never read, only written
How to reproduce
vendor/bin/phpstan analyse --level=5 src/Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working