Skip to content

Tags: myclabs/php-enum

Tags

1.7.3

Toggle 1.7.3'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 #111 from jarstelfox/master

Add static type checking!

1.7.2

Toggle 1.7.2'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 #97 from KartaviK/hotfix/enum-inheritance-compatib…

…ility

 Solution for construct enum from inherited enum with incompatible value

1.7.1

Toggle 1.7.1'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 #89 from jmsfwk/reduce-php-version

Change minimum PHP version to 7.1

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add return type declaration for "equals()" method (#88)

Add return type declaration for "equals()" method

1.6.6

Toggle 1.6.6'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 #84 from KartaviK/hotfix/ext-json-requirements

 Add ext-json to requirements for package

1.6.5

Toggle 1.6.5'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 #83 from KartaviK/feature/envelope-enum-construct

 Create instance of enum from same enum in constructor

1.6.4

Toggle 1.6.4'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 #82 from myclabs/fix-coding-style

Fix coding style

1.6.3

Toggle 1.6.3'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 #78 from KartaviK/feature/nullable

Set opportunity to create enum statically with null value

1.6.2

Toggle 1.6.2'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 #75 from willemstuursma/php-72-optimizations

Prefix all function calls with a backspace

1.6.1

Toggle 1.6.1'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 #71 from osavchenko/allow_null_in_equals

allow null in equals