X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Futils%2FFileContentsHasher.php;h=afe9c0a0f08e145a7930b21bbd1de36df0ce9954;hb=8edf301a9a1e5ca71aa90fa5665c06b49d79661c;hp=c74b04de2d8d4257ac405df31b18d1aee1a4ca6a;hpb=8b47689f360f02144012c438e5fbe30c5c135b04;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/FileContentsHasher.php b/includes/utils/FileContentsHasher.php index c74b04de2d..afe9c0a0f0 100644 --- a/includes/utils/FileContentsHasher.php +++ b/includes/utils/FileContentsHasher.php @@ -27,9 +27,6 @@ class FileContentsHasher { /** @var FileContentsHasher */ private static $instance; - /** - * Constructor. - */ public function __construct() { $this->cache = ObjectCache::getLocalServerInstance( 'hash' ); }