edvinaskrucas / notification

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

Add DocBlock so IDEs do not complain #72

Closed Kyslik closed 8 years ago

Kyslik commented 8 years ago

I added all methods that I found inside readme file.

If anyone is interested in topic http://stackoverflow.com/a/15634488/1564365

PHPStorm IDE tested

Not merged yet?

If anyone wants to use this and this PR is not merged yet use this:

composer.json

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/Kyslik/notification"
  }
],
"require": {
  "edvinaskrucas/notification": "dev-docblock",
},