Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
f20844ac
Commit
f20844ac
authored
10 years ago
by
Thomas Müller
Browse files
Options
Downloads
Patches
Plain Diff
PHPDoc
parent
83cb382b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/private/encryption/file.php
+2
-4
2 additions, 4 deletions
lib/private/encryption/file.php
lib/public/encryption/ifile.php
+2
-2
2 additions, 2 deletions
lib/public/encryption/ifile.php
with
4 additions
and
6 deletions
lib/private/encryption/file.php
+
2
−
4
View file @
f20844ac
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
lib/public/encryption/ifile.php
+
2
−
2
View file @
f20844ac
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment