Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require stubs to declare return types for magic methods when possible | Máté Kocsis | 2020-10-23 | 1 | -3/+4 |
* | Improve default value handling of Exception constructors | Máté Kocsis | 2020-09-21 | 1 | -5/+5 |
* | Add support for `@implementation-alias` in stubs | Máté Kocsis | 2020-09-21 | 1 | -1/+1 |
* | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 1 | -1/+2 |
* | Ensure Exception::getFile/getLine return type is correct | Nikita Popov | 2020-05-28 | 1 | -30/+30 |
* | Generate method entries from stubs for Zend classes | Máté Kocsis | 2020-04-26 | 1 | -9/+135 |
* | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 1 | -6/+6 |
* | Define Stringable with __toString():string method | Nicolas Grekas | 2020-03-02 | 1 | -3/+2 |
* | Add Zend class/interface arginfo stubs | Christoph M. Becker | 2019-10-15 | 1 | -0/+55 |