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
From what I can see with a rapid var_dump, $provider_docblock_location->raw_line_number contains already the correct line for the provider method; but there's no reference to include the (eventually present) method dockblock, which that call probably attempts to set.
I would simply suppress that call, since having a totally wrong line number is worst that having a preview of the code snippet without the docblock..
The provider docblock line is set here, but
$line
is actually the byte offset in the file, not the line number.The text was updated successfully, but these errors were encountered: