You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is still occurring with the latest versions of laravel, telescope and debugbar. If debugbar is active with the events collector enabled, and the ViewWatcher is enabled for telescope not even the default welcome view will render, instead the ReflectionException is thrown
ReflectionFunction::__construct() expects parameter 1 to be string, array given
This is referencing line 124 of telescope's ViewWatcher class.
What is being passed in $variables['listener'] causing it to blow up is:
Description:
Similar to #793
This is still occurring with the latest versions of laravel, telescope and debugbar. If debugbar is active with the
events
collector enabled, and the ViewWatcher is enabled for telescope not even the default welcome view will render, instead the ReflectionException is thrownThis is referencing line 124 of telescope's ViewWatcher class.
What is being passed in
$variables['listener']
causing it to blow up is:The text was updated successfully, but these errors were encountered: