[ ] [TASK] - Any task, which is not a new feature or bugfix
[ ] [TEST] - Adding missing tests
[ ] [DOC] - Documentation only changes
[ ] [WIP] - Work in progress tag, should not be present when creating pull requests
Breaking change
Does this PR introduce a breaking change?
[ ] Yes
[x] No
Description
Remove $_EXTKEY. The usage was internal and not affected by the deprecated variable, but removing it and using the extension key directly prevents false positives.
New Pull Request checklist
PR Type
What kind of change does this PR introduce?
Breaking change
Does this PR introduce a breaking change?
Description
$_EXTKEY
. The usage was internal and not affected by the deprecated variable, but removing it and using the extension key directly prevents false positives.@import
.