Skip to content

Releases: phpstan/phpdoc-parser

1.29.0

06 May 12:05
536889f
Compare
Choose a tag to compare
  • 536889f - Support array and offset access on const types
  • 9bb3855 - Update lock-closed-issues.yml
  • 54b191f - Test pure-callable and pure-Closure
  • 793d146 - Update phpdoc-parser in phpstan-src:1.11.x

1.28.0

03 Apr 18:52
Compare
Choose a tag to compare
  • cd06d6b - Add @phan- prefixes for recognized doc tags

1.27.0

21 Mar 13:19
86e4d5a
Compare
Choose a tag to compare
  • 86e4d5a - Support for @param-closure-this
  • 8ce0d65 - Support for @param-immediately-invoked-callable and @param-later-invoked-callable

1.26.0

23 Feb 16:08
231e318
Compare
Choose a tag to compare
  • 231e318 - Improve static keyword conflict resolution in @method
  • c23674d - Parse generic callables
  • e7f0d8f - Update metcalfc/changelog-generator action to v4.3.1
  • 6301a43 - Update github-actions

1.25.0

04 Jan 17:07
bd84b62
Compare
Choose a tag to compare
  • bd84b62 - Added support for @phpstan-require-extends and @phpstan-require-implements PHPDoc tags
  • 77db537 - Update apiref.yml
  • f6c9b60 - Revert "Update apiref.yml"
  • 23d5464 - Update apiref.yml

1.24.5

16 Dec 09:35
fedf211
Compare
Choose a tag to compare
  • fedf211 - Fix
  • cb802d0 - Update Slevomat CS for testing
  • c7a1da4 - Fix format-preserving printer for GenericTagValueNode without description
  • fb19066 - Fix

1.24.4

26 Nov 18:30
Compare
Choose a tag to compare
  • 6bd0c26 - Git export-ignore phpstan-baseline.neon
  • 58cdc73 - Update metcalfc/changelog-generator action to v4.2.0
  • 37d7684 - Update dessant/lock-threads action to v5

1.24.3

18 Nov 20:17
Compare
Choose a tag to compare
  • 12f01d2 - fix HTML description detection for phpstorm stubs
  • c2b8bbf - Different site ID for Fathom
  • 0bb2fe4 - Tests for comment-like descriptions

1.24.2

26 Sep 12:30
bcad8d9
Compare
Choose a tag to compare
  • bcad8d9 - Allow conditional type in callable return type

1.24.1

18 Sep 12:20
Compare
Choose a tag to compare
  • 9f854d2 - fix/unify callable template parsing with EOL
  • 877b8f2 - simplify/unify parseGeneric method
  • 8202c44 - Make the CI job pass after upgrading PHPStan to v1.10.34
  • 36db47a - Update actions/checkout action to v4