Skip to content

v3.1.0

Compare
Choose a tag to compare
@marc-mabe marc-mabe released this 02 Feb 09:43
· 140 commits to master since this release

First Minor Release of 3.x

Changes

  • #96 #106 Support arrays as enum values in phpDoc enhancement
  • #105 added Enum::hasValue() and Enum::hasName()
  • added missing phpdoc @throws
  • fixed return type in phpdoc of EnumSet::getValues()
  • fixed argument type in phpdoc of EnumMap::search()
  • fixed first argument name in phpdoc of Enum:has()