Timo Tijhof
50a035cd6b
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
2017-03-07 21:06:06 +00:00
Kunal Mehta
6e9b4f0e9c
Convert all array() syntax to []
...
Per wikitech-l consensus:
https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html
Notes:
* Disabled CallTimePassByReference due to false positives (T127163)
Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
2016-02-17 01:33:00 -08:00
C. Scott Ananian
195ea84883
Provide VRS objects with a name for more informative debugging/logging
...
Bug: T112330
Change-Id: Iaa3af55ebc426d54e8bef94dba5415bc535e096b
2015-09-14 14:42:28 -04:00
Vivek Ghaisas
ec02aba4c0
Change spaces to tabs
...
Bug: T103243
Change-Id: I145c056ef1b058c9c24b4a402ac9e7778b23e260
2015-06-21 10:00:58 +03:00
Aaron Schulz
4d6d11d64b
Added VirtualRESTServiceClient/VirtualRESTService classes
...
* Reference handling cleanup for loops in MultiHttpClient
* Support a slightly more convenient request array format for MultiHttpClient
* Added missing license header to MultiHttpClient
Change-Id: Icc86ed9e4c2ac78363aa7b6f3147253bb59e2afb
2014-04-29 17:01:25 -07:00