From 7df80cb32ca9b7d0fe452320ddc3563a1e373e2f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Jan 2015 19:09:34 +0100 Subject: CS --- src/Wallabag/CoreBundle/Helper/Content.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Wallabag/CoreBundle/Helper/Content.php') 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 private $body; - public function __constructor() { - + public function __constructor() + { } public function getTitle() @@ -31,4 +31,4 @@ class Content { $this->body = $body; } -} \ No newline at end of file +} -- cgit v1.2.3