Skip to content
Snippets Groups Projects
Commit f20844ac authored by Thomas Müller's avatar Thomas Müller
Browse files

PHPDoc

parent 83cb382b
Branches
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@
namespace OC\Encryption;
use OC\Encryption\Util;
class File implements \OCP\Encryption\IFile {
/** @var Util */
......@@ -38,7 +36,7 @@ class File implements \OCP\Encryption\IFile {
/**
* get list of users with access to the file
*
* @param $path to the file
* @param string $path to the file
* @return array
*/
public function getAccessList($path) {
......
......@@ -28,7 +28,7 @@ interface IFile {
/**
* get list of users with access to the file
*
* @param $path to the file
* @param string $path to the file
* @return array
*/
public function getAccessList($path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment