adding missing standard-files; rebranding and moving ViewConfig extension

This commit is contained in:
2023-01-19 15:31:56 +01:00
parent ed75197a64
commit dfab91a71a
11 changed files with 377 additions and 210 deletions

10
phpstan.neon Normal file
View File

@ -0,0 +1,10 @@
parameters:
scanFiles:
- IntelliSenseHelper.php
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
- ../../oxid-esales/oxideshop-ce/source/overridablefunctions.php
level: 9
phpVersion: 70100
checkMissingIterableValueType: false
ignoreErrors:
- '#Psr\\Container\\ContainerExceptionInterface is not subtype of Throwable#'