Fix return types in next major version
kelunik opened this issue · 0 comments
kelunik commented
Methods to fix:
\Amp\Beanstalk\BeanstalkClient::delete
: return type hint isint
but it returnsbool
(anyway this doesn't raise an error)\Amp\Beanstalk\BeanstalkClient::bury
: return type hint isint
but it returnsbool
(anyway this doesn't raise an error)\Amp\Beanstalk\BeanstalkClient::touch
: return type hint isint
but it returnsbool
(anyway this doesn't raise an error)
See #11.