]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Helper/ContentProxy.php
php cs
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Helper / ContentProxy.php
index 3d585e6180786222603cb3f0be2e76b3ac18c8af..bd8b993a1c56b1b73078a5f0e1666f65a26c7b93 100644 (file)
@@ -19,7 +19,7 @@ class ContentProxy
 
     public function __construct(Graby $graby, RuleBasedTagger $tagger, Logger $logger)
     {
-        $this->graby  = $graby;
+        $this->graby = $graby;
         $this->tagger = $tagger;
         $this->logger = $logger;
     }