diff options
Diffstat (limited to 'lib/private/Files/View.php')
-rw-r--r-- | lib/private/Files/View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index bfc831af41c..c6429a89942 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -632,7 +632,7 @@ class View { /** * @param string $path - * @param mixed $data + * @param string|resource $data * @return bool|mixed * @throws \Exception */ |