]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix phpdoc
authorRobin Appelman <icewind@owncloud.com>
Wed, 2 Dec 2015 14:14:52 +0000 (15:14 +0100)
committerRobin Appelman <icewind@owncloud.com>
Thu, 14 Jan 2016 11:54:42 +0000 (12:54 +0100)
lib/public/files/storage.php

index e59cecbdf7fa4ad2094056424cab45167a08e14c..85cd05a1ee0ca00f393df726ef5125da4c278b7d 100644 (file)
@@ -469,7 +469,7 @@ interface Storage {
        public function setAvailability($isAvailable);
 
        /**
-        * @param $path path for which to retrieve the owner
+        * @param string $path path for which to retrieve the owner
         * @since 9.0.0
         */
        public function getOwner($path);