Skip to content

0.13.0: Add dynamicConstantNames configuration

Pre-release
Pre-release

Choose a tag to compare

@sascha-egerer sascha-egerer released this 11 Feb 20:16
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.
```