edvinaskrucas / notification

Notification package for Laravel
MIT License
526 stars 98 forks source link

don't auto-complete with ide helper in phpstorm. #36

Closed thearabbit closed 10 years ago

thearabbit commented 10 years ago

i use phpstorm with ide helper, but it don't auto-complete with any method. Pl help me.

edvinaskrucas commented 10 years ago

It is using magic methods, so I guess it won't work with autocomplete.

Kurre commented 8 years ago

Just wanted to bump this issue up and ping @edvinaskrucas :)

It's actually possible to support PHPStorm autocomplete with this package, it just needs some docblocks in the facade class.

See pics (with added docblock): notification-with-docblocks-1 notification-with-docblocks-2

So adding those docblocks would be a nice improvement (it would also remove some unnecessary warnings etc) 👍