Jon Cram
Jon Cram
An incorrect event name reference in an expression can result in the expression always evaluating to `false`. An expression that always evaluates to false suggests either: - the expression is...
An expression can reference an event name, for example `if: ${{ github.event_name == 'push' || github.event_name == 'release' }}`. As the events to which a workflow responds are always present...
Regarding #255 and the need to specify the `provider` key if used within an app with more than one user provider, here is a minimal update to the readme with...
**Overview** A small number of docblock fixes to better support IDEs **Changes** - add missing `@return PostmarkException` tag to all relevant methods - fix PostmarkClientBase::processRestRequest() `@return` type (was `object`, should...
Creating new PR after inadvertently closing #299 Regarding #255 and the need to specify the `provider` key if used within an app with more than one user provider, here is...
**Overview** A 429 (api limit exceeded) response includes headers reflecting the state of the rate limit. This state can be exposed by `DigitalOceanV2\Exception\ApiLimitExceededException`. Doing so allows callers to more easily...
Method signatures in `MigrationsCollector` require updating to be compatible with base classes and interfaces in Symfony 8. - add `void` return type to `MigrationsCollector::collect()` - add `void` return type to...