diff options
Diffstat (limited to 'lib/public/Files/Lock/LockContext.php')
-rw-r--r-- | lib/public/Files/Lock/LockContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Lock/LockContext.php b/lib/public/Files/Lock/LockContext.php index 48d9f804fc4..5e61d3e2ec5 100644 --- a/lib/public/Files/Lock/LockContext.php +++ b/lib/public/Files/Lock/LockContext.php @@ -33,7 +33,7 @@ final class LockContext { public function __construct( Node $node, int $type, - string $owner + string $owner, ) { $this->node = $node; $this->type = $type; |