Clean up get_class($this) -> static::class in /includes/cache and /includes/libs
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 7 Mar 2017 02:14:14 +0000 (18:14 -0800)
committerReedy <reedy@wikimedia.org>
Tue, 7 Mar 2017 21:06:06 +0000 (21:06 +0000)
commit50a035cd6bea9a40014b0dd9ad344fdd9abf46b6
treeebf180e0fddb3f52341bd23c7007c8cf1461c527
parentc52d268c43a9c57a81edd1649b0d3c96a9324878
Clean up get_class($this) -> static::class in /includes/cache and /includes/libs

* get_class()        -> __CLASS__ (same as self::class)
* get_called_class() -> static::class
* get_class($this)   -> static::class

Change-Id: I22c62851bcc88405f4bdd77258d6e28ec1a14924
includes/cache/FileCacheBase.php
includes/cache/localisation/LocalisationCache.php
includes/libs/filebackend/FileBackendMultiWrite.php
includes/libs/filebackend/FileBackendStore.php
includes/libs/filebackend/fileop/FileOp.php
includes/libs/objectcache/BagOStuff.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/resultwrapper/ResultWrapper.php
includes/libs/virtualrest/VirtualRESTService.php