asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
543 stars 154 forks source link

Cleaned up PHPDoc to resolve IDE warnings. #92

Closed Chekote closed 8 years ago

Chekote commented 9 years ago

There were a few instances of missing, incorrect, or inconsistent documentation in the PHPDoc docblocks, which were causing PHPStorm to complain about accessing missing properties and methods, or simply not provide any hinting when working with Objects from the library. Barring some remaining complains about unused namespaces in the XML string literals, these should all be fixed now.

This is purely a tooling improvement. It doesn't modify the functionality or the API in any way.

asimlqt commented 8 years ago

@Chekote

I've released a new version and have already made the changes in this PR so I'm going to decline this unfortunately.