jolicode / slack-php-api

:hash: PHP Slack Client based on the official OpenAPI specification
https://jolicode.github.io/slack-php-api/
MIT License
221 stars 54 forks source link

fix: php 8.2 deprecation on problematic classes #161

Closed Makaveli1O closed 10 months ago

Makaveli1O commented 10 months ago

Explicitly allow dynamic properties on problematic classes to avoid deprecation warnings

divinity76 commented 5 months ago

The issue this PR tried to fix still exists in the latest v4.6.0

Deprecated: Creation of dynamic property JoliCode\Slack\Api\Endpoint\ChatPostMessage::$formParameters is deprecated in /var/www/vendor/jolicode/slack-php-api/generated/Endpoint/ChatPostMessage.php on line 50

🤔