Skip to content

Tags: archtechx/enums

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
mention defaultValue() in README

v1.0.1

Toggle v1.0.1's commit message
Merge branch 'master' of github.com:archtechx/enums

v1.0.0

Toggle v1.0.0's commit message
update stringOptions() examples to match the enums used in the README

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add L10 support (#18)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added "Invokable Cases" PHPStan extension (#13)

* Added "Invokable Cases" PHPStan extension

This includes a PHPStan extension to add support for `InvokableCases`
so that static analysis tools can understand the callable methods and
their return types.

The extension has been added in a way that will allow multiple extensions
in the future if required, with a single include file that will import
all extensions, or the option to include only specific extensions.

* Added "Invokable Cases" PHPStan extension testing

v0.3.0

Toggle v0.3.0's commit message
Static analysis

v0.2.0

Toggle v0.2.0's commit message
Merge branch 'master' of github.com:archtechx/enums

v0.1.0

Toggle v0.1.0's commit message
wip