X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FHelper%2FContent.php;h=1cc5e4cf87012b586f45b8738163d642e01a0c17;hb=7df80cb32ca9b7d0fe452320ddc3563a1e373e2f;hp=81acbad7c967fcb40fe16bd9b4f32ff85020019a;hpb=1990517b2263a080946853ed697a6d687262ae80;p=github%2Fwallabag%2Fwallabag.git 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 +}