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
Intelephense seems to struggle with laravel's custom casts.
A model property with a custom cast that returns a string from the get method, used as an argument in a method that expects a string, will get a squiggly line saying string expected but found CastClassName.
The text was updated successfully, but these errors were encountered:
Feature Description
Intelephense seems to struggle with laravel's custom casts.
A model property with a custom cast that returns a string from the get method, used as an argument in a method that expects a string, will get a squiggly line saying string expected but found CastClassName.
The text was updated successfully, but these errors were encountered: