From 781fd947f1047b01a271b935dfe87a956e366b73 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 3 Sep 2017 21:03:18 +0200 Subject: [PATCH] Extend php strict test --- Inspection/Php/security.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Inspection/Php/security.sh b/Inspection/Php/security.sh index b64a460..177a333 100644 --- a/Inspection/Php/security.sh +++ b/Inspection/Php/security.sh @@ -43,4 +43,7 @@ do done # PHP strict type -grep -r -L "declare\(\ *strict_types\ *=\ *1\ *\);" --include=*.php ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Framework/strict_missing_php.log \ No newline at end of file +grep -r -L "declare\(\ *strict_types\ *=\ *1\ *\);" --include=*.php ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Framework/strict_missing_php.log +grep -r -L "declare\(\ *strict_types\ *=\ *1\ *\);" --include=*.php ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Modules/strict_missing_php.log +grep -r -L "declare\(\ *strict_types\ *=\ *1\ *\);" --include=*.php ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Model/strict_missing_php.log +grep -r -L "declare\(\ *strict_types\ *=\ *1\ *\);" --include=*.php ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Web/strict_missing_php.log \ No newline at end of file