0.17.0
Release Notes for 0.17.0
Added MessageStaticStringRule
(experimental)
You should add Sfp\PHPStan\Psr\Log\Rules\MessageStaticStringRule
into your phpstan.neon to enable.
rules:
- Sfp\PHPStan\Psr\Log\Rules\MessageStaticStringRule
0.17.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
enhancement
- 56: Use getConstantStrings to get resolved arg string thanks to @sasezaki
- 55: Add
MessageStaticStringRule
thanks to @sasezaki - 53: Supports original key name regex pattern for context thanks to @sasezaki
- 52: Add example test as e2e thanks to @sasezaki