slack-php
slack-php copied to clipboard
Argument #1 ($acc) must be passed by reference, value given
Version: 1.0.3
When i instanciate slack($authToken); i am getting the following error:
Warning: wrapi\wrapi::wrapi{closure}(): Argument #1 ($acc) must be passed by reference, value given
I am using PHP 8 with Symfony. With PHP 7.4 i do not have any issue. Maybe this package is not PHP 8 compatible?