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 d8bc1dc commit b337f5cCopy full SHA for b337f5c
app/Runner/Runner.php
@@ -13,7 +13,7 @@ abstract class Runner
13
protected string $name;
14
15
protected ?bool $result = null;
16
- protected ?string $log = null;
+ protected string $log = '';
17
protected array $diff = [];
18
19
public function __construct(public Instance $instance){}
0 commit comments