laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.05k stars 76 forks source link

Remove duplicate code #240

Closed FeBe95 closed 1 month ago

FeBe95 commented 1 month ago

This PR removes some redundant lines of code that I had stumbled upon.

The removed lines are exactly the same as the lines above: https://github.com/laravel/reverb/blob/3aafb84efd0b4d434956322fe7d3e00a30f775d7/src/Servers/Reverb/Publishing/RedisPubSubProvider.php#L96-L98 https://github.com/laravel/reverb/blob/3aafb84efd0b4d434956322fe7d3e00a30f775d7/src/Servers/Reverb/Publishing/RedisPubSubProvider.php#L100-L102