### Reverb Version 1.5.0 ### Laravel Version 11.44.2 ### PHP Version 8.3.3 ### Description Cannot mock Connection because of the control funciton parameter type mismatch ### Steps To Reproduce Mockery(\Laravel\Reverb\Connection); Error:  Issue in the code:  Constant is int:  Used in Frame constructor as int as well:  Please just change the parameter type to the int to comply with strict typization PHP was going towards for years.