From 24237f6e674f79377a8b7cbd33166a76f1257718 Mon Sep 17 00:00:00 2001 From: "Iosif Chiriluta | eMAG, Technology" Date: Thu, 28 Mar 2024 16:16:54 +0200 Subject: [PATCH] add support for messenger:stats command added in 6.2 --- tests/Unit/MongoTransportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/MongoTransportTest.php b/tests/Unit/MongoTransportTest.php index 6b7fd73..7abf596 100644 --- a/tests/Unit/MongoTransportTest.php +++ b/tests/Unit/MongoTransportTest.php @@ -261,7 +261,7 @@ public function __construct() { } - public function insertOne($document, array $options = []) + public function insertOne($document, array $options = []): InsertOneResult { $this->documents[] = $document;