X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FTestLogger.php;h=e50e1bcfd0f0562fc584f7650eab5c4d5382f616;hp=17a41823cc41cce7923ac75ae2373d8273afb924;hb=214b37ff07f3fde89430297b2a857750a56ae205;hpb=a6ad278b0e4aa20d9f4d8415ffe9c22762d441a0 diff --git a/tests/phpunit/includes/TestLogger.php b/tests/phpunit/includes/TestLogger.php index 17a41823cc..e50e1bcfd0 100644 --- a/tests/phpunit/includes/TestLogger.php +++ b/tests/phpunit/includes/TestLogger.php @@ -38,7 +38,7 @@ class TestLogger extends \Psr\Log\AbstractLogger { /** * @param bool $collect Whether to collect logs. @see setCollect() - * @param callable $filter Filter logs before collecting/printing. Signature is + * @param callable|null $filter Filter logs before collecting/printing. Signature is * string|null function ( string $message, string $level, array $context ); * @param bool $collectContext Whether to keep the context passed to log * (since 1.29, @see setCollectContext()).