Prophecy v1.2.0 Release Notes

Release Date: 2014-07-18 // almost 10 years ago
    • Added support for doubling magic methods documented in the class phpdoc (thanks @armetiz)
    • Fixed a segfault appearing in some cases (thanks @dmoreaulf)
    • Fixed the doubling of methods with typehints on non-existent classes (thanks @gquemener)
    • Added support for internal classes using keywords as method names (thanks @milan)
    • Added IdenticalValueToken and Argument::is (thanks @florianv)
    • Removed the usage of scalar typehints in HHVM as HHVM 3 does not support them anymore in PHP code (thanks @whatthejeff)