Skip to content

0.24.0

Latest
Compare
Choose a tag to compare
@sasezaki sasezaki released this 24 Apr 17:57
3ffcc02

Release Notes for 0.24.0

Important

include psr/log stub be planned to dropped in comming release.

To try out the changes in the comming version,

DELETE vendor/struggle-for-php/sfp-phpstan-psr-log/extension.neon line from your phpstan.neon

includes:
    - vendor/struggle-for-php/sfp-phpstan-psr-log/extension.neon

and, set parameters enableLogMethodLevelRule and enableContextTypeRule

parameters:
    sfpPsrLog:
        enableLogMethodLevelRule: true # default:false
        enableContextTypeRule: true # default:false

0.24.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1

Improvements 🔧

Major new features 🚀