Skip to content

Tags: portphp/symfony-console

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from slashrsm/github_actions

Use Github Actions.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error thrown when rendering with no items (#7)

This may happen when all the items in the pipeline are filtered out
or fail validation.

Test added to cover this case