aboutsummaryrefslogtreecommitdiff
path: root/php/tests/generated_phpdoc_test.php
Commit message (Collapse)AuthorAgeFilesLines
* adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-271-0/+337
* adds PHPDoc @return and @param for getters and setters respectively * addresses changes in PR review * adds documentation tests * Update php_generator: - Prepend \ to names where required - Remove <pre> tags - Update protobuf field comments * Updates class files with the protobuf changes * Addresses review comments * removes Protobuf Type line from PHP generated classes * fixes phpdoc test * adds array types to phpdoc