summaryrefslogtreecommitdiffstats
path: root/db/newsmapper.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 21:53:11 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 21:53:11 +0100
commit4ee93da76cc40c39ebbd494b979d4217857b32dc (patch)
tree4203e07d85e8d7632b32961d1be504c16b2f2ae5 /db/newsmapper.php
parent169ff3f3aa34382ae576ce2468b1961a203b49d7 (diff)
more style fixes
Diffstat (limited to 'db/newsmapper.php')
-rw-r--r--db/newsmapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/newsmapper.php b/db/newsmapper.php
index d946a28a6..5f857d8ee 100644
--- a/db/newsmapper.php
+++ b/db/newsmapper.php
@@ -28,7 +28,7 @@ abstract class NewsMapper extends Mapper {
* @param string $userId the id of the user
* @return \OCP\AppFramework\Db\Entity
*/
- public abstract function find($id, $userId);
+ abstract public function find($id, $userId);
} \ No newline at end of file