]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Helper/Content.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Helper / Content.php
index 81acbad7c967fcb40fe16bd9b4f32ff85020019a..1cc5e4cf87012b586f45b8738163d642e01a0c17 100644 (file)
@@ -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
+}