PHP 7 Compat.
This release updates the library to be fully used with PHP7.
[3.0.0] - 2016-02-28
Changed
- Int, Float and Boolean filters and annotations get
Scalar
suffix to not clash with reserved words
Fixed
- The use of
self
inRegExp
filter was returning the original value not the new updated one, this seems to be a change in PHP, so we now usestatic
which makes it more friendly to extensions.