wiki.techinc.nl/includes/debug/logger
Max Semenik 8085c58a4b Replace call_user_func_array(), part 1
Uses new PHP 5.6 syntax like ...parameter unpacking and
calling anything looking like a callback to make the code more readable.
There are much more occurrences but this commit is intentionally limited
to an easily reviewable size.

Change-Id: Idcec077ef3fdf029b632cceafd0150851ad723e3
2018-06-04 23:39:04 -07:00
..
monolog Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ConsoleLogger.php
ConsoleSpi.php
LegacyLogger.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
LegacySpi.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
LoggerFactory.php Use wikimedia/object-factory 1.0.0 2018-02-04 12:52:44 -08:00
MonologSpi.php Replace call_user_func_array(), part 1 2018-06-04 23:39:04 -07:00
NullSpi.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
Spi.php