Skip to content

2023.09.24

Compare
Choose a tag to compare
@dantleech dantleech released this 24 Sep 10:56
· 147 commits to master since this release
aa0f667

Features:

Bug fixes:

  • Fix crash with php-cs-fixer when using strict types rule #2348
  • Fix null error (and improve type safety) in the docblock parser #2379
  • Fix undefined-var false positive for undeclared variables that have @var #2366
  • Fix undefined-var false positive for pass by ref (again) #2361
  • Do not crash lanugage server if LSP header cannot be parsed (log error
    instead) #2373

Improvements:

  • Support single line comments #2350
  • Do not promote parameters that are used in parent constructor #2119 @mamazu
  • Improve detection of Xdebug @bart-jaskulsi #2347
  • Improve plain docblock parsing #2345
  • Generate @param tag for iterables #2343 @mamazu