Problem/Motivation
Amongst the current suppressions found in the PHPStan level 1 baseline is: "Configuration entity must define a `config_export` key.
.
This issue exists to fix all of those.
Steps to reproduce
- Run PHPStan on level 1 and see the above issue amongst all others.
Proposed resolution
- Solve all of the reported issues for the above mentioned.
- Run PHPStan on level 1 and don't see the above issue any more.