diff options
author | Simon Rettberg | 2017-07-17 17:16:12 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-07-17 17:16:12 +0200 |
commit | 3bda4309c15a3523c06612e917201c95e31d5112 (patch) | |
tree | 2afe4f4dfb838195231f277973ff5cd070aee084 /install.php | |
parent | [locations] Open room planner in new window with reduced UI (diff) | |
download | slx-admin-3bda4309c15a3523c06612e917201c95e31d5112.tar.gz slx-admin-3bda4309c15a3523c06612e917201c95e31d5112.tar.xz slx-admin-3bda4309c15a3523c06612e917201c95e31d5112.zip |
install.php fix phpdoc type
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index da1d5d02..7937ec38 100644 --- a/install.php +++ b/install.php @@ -24,7 +24,7 @@ * This has to be called by an update module at some point to signal the result * of its execution. * - * @param $status one of the UPDATE_* status codes + * @param string $status one of the UPDATE_* status codes * @param string $message Human readable description of the status (optional) */ function finalResponse($status, $message = '') |