diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-10-18 14:15:03 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-10-23 23:23:56 +0200 |
commit | 4cfa1c66b899a2fa108108a092fe671d52370150 (patch) | |
tree | a1caa2492d23b050abcc74bba708c4dc04741d6c /lib/private/AppFramework | |
parent | 8062547e669f548e80befef9cd9f77d090978404 (diff) | |
download | nextcloud-server-4cfa1c66b899a2fa108108a092fe671d52370150.tar.gz nextcloud-server-4cfa1c66b899a2fa108108a092fe671d52370150.zip |
Doc: Fix phpDoc issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/private/AppFramework')
-rw-r--r-- | lib/private/AppFramework/Http.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Http.php b/lib/private/AppFramework/Http.php index 526509a4583..be1e178a05f 100644 --- a/lib/private/AppFramework/Http.php +++ b/lib/private/AppFramework/Http.php @@ -111,7 +111,7 @@ class Http extends BaseHttp { /** * Gets the correct header - * @param Http::CONSTANT $status the constant from the Http class + * @param int Http::CONSTANT $status the constant from the Http class * @param \DateTime $lastModified formatted last modified date * @param string $ETag the etag * @return string |