X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FTestLogger.php;h=e50e1bcfd0f0562fc584f7650eab5c4d5382f616;hb=754d08f8ad32a197ad563aa45ea4d6dadcaf2b75;hp=21d1bf2504e80875024547f20b1222af661fe0b7;hpb=d84c3dde5af90c5c3497d18e427a5c2a38ac6ca8;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/TestLogger.php b/tests/phpunit/includes/TestLogger.php index 21d1bf2504..e50e1bcfd0 100644 --- a/tests/phpunit/includes/TestLogger.php +++ b/tests/phpunit/includes/TestLogger.php @@ -38,10 +38,10 @@ 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() + * @param bool $collectContext Whether to keep the context passed to log + * (since 1.29, @see setCollectContext()). */ public function __construct( $collect = false, $filter = null, $collectContext = false ) { $this->collect = $collect;