plivo-php icon indicating copy to clipboard operation
plivo-php copied to clipboard

Fix @property name typos in RestClient PHPDoc

Open ZebulanStanphill opened this issue 3 years ago • 2 comments

The PHPDoc for the RestClient class had some typos in its @property declarations, with several missing an s at the end and one using the wrong capitalization. For example, messages was incorrectly listed as message, which was quite confusing for me when using my IDE's auto-completion and comparing against this project's official documentation.

This PR fixes those issues.

ZebulanStanphill avatar Oct 11 '21 21:10 ZebulanStanphill

LGTM

@huzaif-plivo

narayana-plivo avatar Nov 08 '21 16:11 narayana-plivo

Hello! can this be pushed and released any time soon?

mkhrystunov avatar Dec 21 '21 16:12 mkhrystunov