You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
```
0 commit comments