Releases: php-stubs/generator
Releases · php-stubs/generator
v0.8.6
What's Changed
- Explicit nullable type hint for PHP 8.4 by @selfiens in #34
- Fix mentions of Symfony\Finder to StubsGenerator\Finder by @philipjohn in #37
- add PHP 8.5 test workflow by @kkmuffme in #39
- Fix duplicate count constants and globals by @kkmuffme in #38
- Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #36
- Fix issues reported by PHPStan by @IanDelMar in #41
New Contributors
- @selfiens made their first contribution in #34
- @philipjohn made their first contribution in #37
- @dependabot[bot] made their first contribution in #36
Full Changelog: v0.8.5...v0.8.6
v0.8.5 - Modernize
What's Changed
- Change to GitHub actions by @mikemanger in #29
- Correct typos and add spelling workflow by @mikemanger in #30
- Add support for PhpParser v5 for PHP 7.4+ by @IanDelMar in #33
New Contributors
- @mikemanger made their first contribution in #29
- @IanDelMar made their first contribution in #33
Full Changelog: v0.8.4...v0.8.5
Add missing return type hint
Ignore inaccessible class child nodes
Could be included with --include-inaccessible-class-nodes
v0.8.2 Upgrade Symfony packages
Upgrade to Symfony 6 (#17) * Upgrade to Symfony 6 * Fix version constraints * Fix the fix
v0.8.1
Loosen the visibility of the node stack so a child class can access i…
Release v0.8.0
Add --visitor option
v0.7.0
- Add
--constantsoption - Support PHP 8
v0.6.0
Update README.md