diff options
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 = '') |