0.13.0: Add dynamicConstantNames configuration
Pre-release
Pre-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. ```