Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamicConstantNames configuration
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. ```
- Loading branch information