plivo / plivo-php

Plivo PHP Helper Library
http://www.plivo.com
MIT License
110 stars 117 forks source link

Fix @property name typos in RestClient PHPDoc #229

Open ZebulanStanphill opened 3 years ago

ZebulanStanphill commented 3 years ago

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.

narayana-plivo commented 3 years ago

LGTM

@huzaif-plivo

mkhrystunov commented 2 years ago

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