-
Notifications
You must be signed in to change notification settings - Fork 104
add phpdoc to every method for autocompletion #110
base: master
Are you sure you want to change the base?
Conversation
I think it could be handy if you adc the data type also. |
@Tjoosten What do you mean? What datatypes at what position? @adamwathan Are you willing to merge this pull request? For us these changes are very important, cause the development time decreases extremly. |
Example: /**
2016-07-24 8:11 GMT+02:00 bussnet [email protected]:
|
@adamwathan maybe we can fix this with a |
@adamwathan sorry for the messed format, my ide has used tabs before /** and spaces before the following * - stupid. It's now corrected |
@bussnet @adamwathan please have a look at #144, I have fixed the merge conflict with this PR and also added support for Laravel 5.5 package auto-discovery. Cheers @adamwathan for building this nifty package! 😄 |
add phpdoc for the methods, so with the barryvdh/laravel-ide-helper there is autocompletion with IDEs like PhpStorm