aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/Content.php
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-01-31 19:09:34 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-01-31 19:12:49 +0100
commit7df80cb32ca9b7d0fe452320ddc3563a1e373e2f (patch)
treec07eb79213d471aa33c49ef4e5819e41cc12f242 /src/Wallabag/CoreBundle/Helper/Content.php
parent1990517b2263a080946853ed697a6d687262ae80 (diff)
downloadwallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.tar.gz
wallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.tar.zst
wallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/Content.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/Content.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/Content.php b/src/Wallabag/CoreBundle/Helper/Content.php
index 81acbad7..1cc5e4cf 100644
--- a/src/Wallabag/CoreBundle/Helper/Content.php
+++ b/src/Wallabag/CoreBundle/Helper/Content.php
@@ -8,8 +8,8 @@ class Content
8 8
9 private $body; 9 private $body;
10 10
11 public function __constructor() { 11 public function __constructor()
12 12 {
13 } 13 }
14 14
15 public function getTitle() 15 public function getTitle()
@@ -31,4 +31,4 @@ class Content
31 { 31 {
32 $this->body = $body; 32 $this->body = $body;
33 } 33 }
34} \ No newline at end of file 34}