Skip to content

Tags: AssistanceMi/php-enum

Tags

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 myclabs#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 myclabs#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 myclabs#71 from osavchenko/allow_null_in_equals

allow null in equals

1.6.0

Toggle 1.6.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 myclabs#63 from myclabs/mnapoli-patch-1

Recommend using private constants

1.5.2

Toggle 1.5.2's commit message
Merge pull request myclabs#56 from remicollet/issue-phpunit

Use modern phpunit

1.5.1

Toggle 1.5.1's commit message
Merge pull request myclabs#48 from peter-gribanov/equals-fix

Fix method equals is incorrect working

1.5.0

Toggle 1.5.0's commit message
Move installation instructions at the top of the README

1.4.2

Toggle 1.4.2's commit message
Change PHPDoc return type of values() (myclabs#37)

To improve IDE autocompletion on the resulting items when iterating

1.4.1

Toggle 1.4.1's commit message
Merge pull request myclabs#21 from lorenzomar/master

Change calls to method toArray() from self::toArray() to static::toArray()

1.4.0

Toggle 1.4.0's commit message
Merge pull request myclabs#19 from chriseskow/values

Add static values() method to return array of all Enum instances (fixes myclabs#18)