many small fixes

This commit is contained in:
Dennis Eichhorn 2023-02-10 18:20:57 +01:00
parent 28fb6ddbfe
commit 26e0b3e74c
2 changed files with 3 additions and 1 deletions

View File

@ -24,4 +24,3 @@ git submodule add https://github.com/karaka-management/oms-RiskManagement.git Mo
git submodule add https://github.com/karaka-management/oms-HumanResourceTimeRecording.git Modules/HumanResourceTimeRecording
git submodule add https://github.com/karaka-management/oms-HumanResourceManagement.git Modules/HumanResourceManagement
git submodule add https://github.com/karaka-management/oms-Workflow.git Modules/Workflow
git submodule add https://github.com/karaka-management/oms-Job.git Modules/Job

View File

@ -18,3 +18,6 @@ php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=$
php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=${ROOT_PATH}/phpOMS/Autoloader.php -l 9 -c ${BUILD_PATH}/Config/phpstan.neon ${ROOT_PATH}/Web > ${INSPECTION_PATH}/Web/phpstan.log
php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=${ROOT_PATH}/phpOMS/Autoloader.php -l 9 -c ${BUILD_PATH}/Config/phpstan.neon --error-format=json ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Test/Php/phpstan.json
# Cli debugging
# php -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.profiler_enable=1