Skip to content

Parable GetSet 0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 07 Mar 22:49

0.1.1

Changes

  • Add string type-hinting to $key for get() and getAndRemove(), in line with the rest.
  • Add $default = null parameter to get(), so that the scenarios of 'not set' and 'set but null' can be distinguished between.