Skip to content

Commit

Permalink
add support for messenger:stats command added in 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iosif Chiriluta | eMAG, Technology committed Mar 28, 2024
1 parent a78d8e4 commit 24237f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/MongoTransportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function __construct()
{
}

public function insertOne($document, array $options = [])
public function insertOne($document, array $options = []): InsertOneResult
{
$this->documents[] = $document;

Expand Down

0 comments on commit 24237f6

Please sign in to comment.