chargebee / chargebee-php

PHP library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=php
MIT License
72 stars 62 forks source link

Code documentation for IDE #8

Open sp72 opened 9 years ago

sp72 commented 9 years ago

Hello,

It would be nice if we can have documentation in our IDE when using your \ChargeBee_Model classes. The implementation of \JsonSerializable can be also useful. Namespace support is nice too but not really useful every day.

Thanks.

yched commented 1 year ago

It's 2023, the total lack of type hintings (in method signatures, or using phpdoc if compatibility with older (and soon out-of-support) versions of PHP is deemed important), is starting to feel very outdated :-/