We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d840c4c commit b84373aCopy full SHA for b84373a
1 file changed
src/bref/src/LocalRunner.php
@@ -24,7 +24,7 @@ public function __construct(Handler $handler, $data)
24
25
public function run(): int
26
{
27
- $this->handler->handle($this->data, new Context('', 0, '', ''));
+ echo $this->handler->handle($this->data, new Context('', 0, '', ''));
28
29
return 0;
30
}
0 commit comments