mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 16:38:39 +00:00
Extend php strict test
This commit is contained in:
parent
7dea0dbdc3
commit
781fd947f1
|
|
@ -43,4 +43,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
# PHP strict type
|
# PHP strict type
|
||||||
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}/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
|
||||||
Loading…
Reference in New Issue
Block a user