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
\Laravel\Telescope\IncomingEntry::tags expect array of string like ['tag1', 'tag2'] but array_map in \Laravel\Telescope\Telescope::record returns array of array of string like [['tag1', 'tag2']]
Steps To Reproduce:
Create user tags in \App\Providers\TelescopeServiceProvider::register with \Laravel\Telescope\Telescope::tag
Enable strict mode for throw notice as exception
Catch "Array to string conversion" exception
The text was updated successfully, but these errors were encountered:
Description:
\Laravel\Telescope\IncomingEntry::tags
expect array of string like['tag1', 'tag2']
butarray_map
in\Laravel\Telescope\Telescope::record
returns array of array of string like[['tag1', 'tag2']]
Steps To Reproduce:
\App\Providers\TelescopeServiceProvider::register
with\Laravel\Telescope\Telescope::tag
The text was updated successfully, but these errors were encountered: