aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/MemoizedCallable.php
Commit message (Expand)AuthorAgeFilesLines
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* MemoizedCallable: Remove outdated php5-apc supportTimo Tijhof2021-11-161-11/+6
* MemoizedCallable: Disallow memoizing of unnamed closuresTimo Tijhof2021-02-111-2/+1
* libs: Declare dynamic properties and improve doc typesDaimona Eaytoy2019-09-121-0/+3
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-3/+3
* Get rid of call_user_func(_array)(), part 3Max Semenik2018-06-101-1/+1
* Improve some parameter docsUmherirrender2017-09-101-0/+2
* Use correct variable name in @param documentationUmherirrender2017-08-111-1/+1
* doc: Fix a few Example docs for PHP classesTimo Tijhof2017-07-171-17/+20
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-101-2/+0
* Detect/use APCu properlyReedy2016-10-011-4/+8
* build: Update mediawiki-codesniffer to 0.6.0, add "composer fix"Kunal Mehta2016-02-171-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Add MemoizedCallable for APC-backed function memoizationOri Livneh2015-10-061-0/+151