summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-02-091-2/+2
|\
| * Make NumberFormatter ctor $pattern nullableNikita Popov2021-02-091-2/+2
* | Generate ext/intl class entries from stubsMáté Kocsis2021-02-091-1/+1
|/
* Improve parameter names in ext/intlMáté Kocsis2020-10-121-12/+12
* Use ZPP instead of custom type checksMáté Kocsis2020-09-041-2/+1
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-071-0/+3
* Generate method entries for ext/intlMáté Kocsis2020-04-141-15/+63
* Do not include the same stub multiple timesMáté Kocsis2020-04-031-33/+0
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-2/+4
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-4/+2
* Constrain number parameter of numfmt_format to int|floatChristoph M. Becker2020-02-161-2/+2
* Add stubs for NumberFormatterMáté Kocsis2020-02-091-0/+90