summaryrefslogtreecommitdiffstats
path: root/lib/Db/IAPI.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/IAPI.php')
-rw-r--r--lib/Db/IAPI.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Db/IAPI.php b/lib/Db/IAPI.php
index 80977cfb2..c6f844147 100644
--- a/lib/Db/IAPI.php
+++ b/lib/Db/IAPI.php
@@ -5,14 +5,15 @@
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Alessandro Cosentino 2012
- * @copyright Bernhard Posselt 2012, 2014
+ * @author Alessandro Cosentino <cosenal@gmail.com>
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright 2012 Alessandro Cosentino
+ * @copyright 2012-2014 Bernhard Posselt
*/
namespace OCA\News\Db;
-interface IAPI {
+interface IAPI
+{
public function toAPI();
}