First of all, thanks for this great tool! 🙂It's really going to improve automated browser testing with Laravel Dusk.
When running php artisan dusk:dashboard I get error that declaration of onMessage method on BeyondCode\DuskDashboard\Ratchet\Socket class is not compatible with the signature of Ratchet\WebSocket\MessageCallableInterface interface that is implemented through Ratchet\WebSocketMessageComponentInterface.
Hi!
First of all, thanks for this great tool! 🙂It's really going to improve automated browser testing with Laravel Dusk.
When running
php artisan dusk:dashboard
I get error that declaration ofonMessage
method onBeyondCode\DuskDashboard\Ratchet\Socket
class is not compatible with the signature ofRatchet\WebSocket\MessageCallableInterface
interface that is implemented throughRatchet\WebSocketMessageComponentInterface
.See the screenshot:
This PR fixes that.
Thanks again!