Skip to content

0.13.0: Add dynamicConstantNames configuration

Pre-release
Pre-release
Compare
Choose a tag to compare
@sascha-egerer sascha-egerer released this 11 Feb 20:16
· 269 commits to master since this release
Add TYPO3 specific constants to the dynamicConstantNames
parameter of phpstan.
The constants are now marked as dynamic to prevent errors like

```
Strict comparison using === between 'BE' and 'BE' will always
evaluate to true.
```