We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b398f86 commit 6f65e40Copy full SHA for 6f65e40
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": ">= 8.3",
21
- "binsoul/net-mqtt": "^1",
+ "binsoul/net-mqtt": "^2",
22
"evenement/evenement": "^3",
23
"react/event-loop": "^1.1",
24
"react/promise": "^3",
src/ReactFlow.php
@@ -61,7 +61,7 @@ public function isSuccess(): bool
61
return $this->decorated->isSuccess();
62
}
63
64
- public function getResult()
+ public function getResult(): mixed
65
{
66
return $this->decorated->getResult();
67
0 commit comments