jolicode / slack-php-api

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

Fix #28, switch priority from integer to float #35

Closed damienalexandre closed 5 years ago

damienalexandre commented 5 years ago

See https://github.com/jolicode/slack-php-api/pull/32 ; this is the same fix but with "number" instead of "integer".

Fix #28.