Skip to content

Commit 6f65e40

Browse files
committed
Upgrade binsoul/net-mqtt
1 parent b398f86 commit 6f65e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": ">= 8.3",
21-
"binsoul/net-mqtt": "^1",
21+
"binsoul/net-mqtt": "^2",
2222
"evenement/evenement": "^3",
2323
"react/event-loop": "^1.1",
2424
"react/promise": "^3",

src/ReactFlow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function isSuccess(): bool
6161
return $this->decorated->isSuccess();
6262
}
6363

64-
public function getResult()
64+
public function getResult(): mixed
6565
{
6666
return $this->decorated->getResult();
6767
}

0 commit comments

Comments
 (0)