Complete API Coverage
Hotfix release adding complete PHPDoc coverage for all Discogs API endpoints.
For Library Users:
- Better IDE autocomplete for all 60+ API methods
- Complete method documentation with proper type hints
- Breaking Change:
collectionFolder()→collectionFolderGet()(bugfix for non-functional method)
Developer Experience:
- Full IntelliSense support for all API operations
- Accurate method signatures and parameter hints
- PSR-12 compliant documentation examples
Breaking Change Note:
The collectionFolder() method was broken in v3.0.0 (mapped to non-existent endpoint).
Users must update to collectionFolderGet(). This is classified as a bugfix since the
original method never worked.