0.4.3 ConstantReflection
What's Changed
Type
- Add
types::value()
factory that creates aType
from an arbitrary value.
Reflection
- Add
ConstantReflection
andTyphoonReflector::reflectConstant()
.
TypedMap
- Make
TypedMap
implement\Countable
.
ChangeDetector
- Add
ConstantChangeDetector
.
PhpStormReflectionStubs
- Do not locate defined constants via
PhpStormStubsLocator
. Reflecting defined constants from value is less
error-prone.
New Contributors
- @kafkiansky made their first contribution in #75
Full Changelog: 0.4.2...0.4.3