From fd9514ef49de4e9f496e9f1f7a8b0b0eb9b57a7e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 3 Jan 2020 00:25:17 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ff84b234..f3a8929e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -68,7 +68,7 @@ ynh_install_composer () { # Install another version of php. # # usage: ynh_install_php --phpversion=phpversion [--package=packages] -# | arg: -v, --phpversion - Version of php to install. Can be one of 7.1, 7.3 or 7.3 +# | arg: -v, --phpversion - Version of php to install. Can be one of 7.1, 7.2 or 7.3 # | arg: -p, --package - Additionnal php packages to install ynh_install_php () { # Declare an array to define the options of this helper.