aboutsummaryrefslogtreecommitdiff
path: root/php/phpunit.xml
Commit message (Collapse)AuthorAgeFilesLines
* adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-0/+14
1. Generate single file for each message. 2. Lazily initiate metadata.