Brent Shaffer
Brent Shaffer
The `DescriptionFactory` class is replacing all instances of `{}` with `}`, and does not (and cannot) revert them back to `{}` upon `render`. As a result, any instance of `{}`...
We have a new samples format that greatly reduces the complexity and overhead of maintaining samples by using reflection to invoke the sample method. We need to upgrade all samples...
Relies on https://github.com/googleapis/google-cloud-php/pull/5302 to be released
WIP for preloading in PHP 7.4 Cloud Functions This demo suggests the users do the following: 1. Add the following to `composer.json` ```json { "config": { "optimize-autoloader": true }, }...