0.4.2 Emphasize the risk of runtime errors in Reflection methods
Type
- Drop needless
$type
parameter PHPDoc types inTypeVisitor
. - Return
Type<int>
intypes::intMask()
due to possibly overflowing bitmasks.
Reflection
- Add
AttributeReflection::evaluate()
to emphasize the risk of runtime errors. - Add
AttributeReflection::evaluateArguments()
to emphasize the risk of runtime errors. - Add
ClassConstantReflection::evaluate()
to emphasize the risk of runtime errors. - Add
ParameterReflection::evaluateDefault()
to emphasize the risk of runtime errors. - Add
PropertyReflection::evaluateDefault()
to emphasize the risk of runtime errors.
Full Changelog: 0.4.1...0.4.2