davidrjonas / composer-lock-diff

See what has changed after a composer update
MIT License
274 stars 18 forks source link

Added PHPDoc Blocks #12

Closed cafferata closed 6 years ago

cafferata commented 6 years ago

Added the missing PHPDoc Blocks.

davidrjonas commented 6 years ago

Sorry, I'm just not a fan of docblocks unless they really provide something useful. I don't want to merge this.

However, from this request I noticed that version() had three returns types. That's been fixed to make it consistently return a string.