adamwathan / form

Super basic form HTML builder, only really exists so I can pull it in for some other more useful projects.
MIT License
232 stars 117 forks source link

add phpdoc to every method for autocompletion #101

Open bussnet opened 8 years ago

bussnet commented 8 years ago

add phpdoc for the methods, so with the barryvdh/laravel-ide-helper there is autocompletion with IDEs like PhpStorm

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 94.647% when pulling aec7d9f096a5d25200259a41a27c205ed5095747 on bussnet:master into 8056cea6743de85e079d69bc43ee8e358553a9a7 on adamwathan:master.

bussnet commented 8 years ago

now fixed the messed up indention

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 94.647% when pulling 398e247cdd21cff09c466990e5e0dd37d10a3f78 on bussnet:master into 8056cea6743de85e079d69bc43ee8e358553a9a7 on adamwathan:master.

SlyDave commented 7 years ago

I feel for this to be accepted there should also be descriptions

@param string $value
@param string $value Blah blah blah
adamwathan commented 7 years ago

I'm not worried about the descriptions at all, honestly. Will merge this if you can fix the merge conflicts @bussnet, thanks!