summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-17 17:16:12 +0200
committerSimon Rettberg2017-07-17 17:16:12 +0200
commit3bda4309c15a3523c06612e917201c95e31d5112 (patch)
tree2afe4f4dfb838195231f277973ff5cd070aee084 /install.php
parent[locations] Open room planner in new window with reduced UI (diff)
downloadslx-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.php2
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 = '')