diff options
Diffstat (limited to 'lib/private/files/stream/oc.php')
-rw-r--r-- | lib/private/files/stream/oc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/private/files/stream/oc.php b/lib/private/files/stream/oc.php index 88e7e062df9..c206b41f55e 100644 --- a/lib/private/files/stream/oc.php +++ b/lib/private/files/stream/oc.php @@ -18,7 +18,15 @@ class OC { static private $rootView; private $path; + + /** + * @var resource + */ private $dirSource; + + /** + * @var resource + */ private $fileSource; private $meta; |