summaryrefslogtreecommitdiffstats
path: root/lib/private/files
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-01-13 15:13:45 +0100
committerRobin Appelman <icewind@owncloud.com>2014-01-13 15:13:45 +0100
commit82762bb4627364241c69a8b39b1d7840a1d71614 (patch)
tree4e556e65b4489413070b5f0b5da05e3888522ff2 /lib/private/files
parent39d2c18793d32fd429cb44d3f61f0e6d6a018cda (diff)
downloadnextcloud-server-82762bb4627364241c69a8b39b1d7840a1d71614.tar.gz
nextcloud-server-82762bb4627364241c69a8b39b1d7840a1d71614.zip
remove ArrayAccess, JsonSerializable from the public part of FileInfo
Diffstat (limited to 'lib/private/files')
-rw-r--r--lib/private/files/fileinfo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/files/fileinfo.php b/lib/private/files/fileinfo.php
index 24d99627aaf..8e9b6a8b72c 100644
--- a/lib/private/files/fileinfo.php
+++ b/lib/private/files/fileinfo.php
@@ -1,6 +1,6 @@
<?php
/**
- * Copyright (c) 2013 Robin Appelman <icewind@owncloud.com>
+ * Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
@@ -8,7 +8,7 @@
namespace OC\Files;
-class FileInfo implements \OCP\Files\FileInfo {
+class FileInfo implements \OCP\Files\FileInfo, \ArrayAccess, \JsonSerializable {
/**
* @var array $data
*/