Extension Version
1.3.0
PHP Binary
Sail
Operating System
Linux
What happened?
Some of my models use casts like E164PhoneNumberCast from the LaravelPhone package. The cast is defined like this:
This is what artisan model show prints:
The model helper is generated with an invalid PHPDoc:
Mimimal Code Sample