Skip to content

Commit b337f5c

Browse files
committed
WIP Feature: bugfix
1 parent d8bc1dc commit b337f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Runner/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ abstract class Runner
1313
protected string $name;
1414

1515
protected ?bool $result = null;
16-
protected ?string $log = null;
16+
protected string $log = '';
1717
protected array $diff = [];
1818

1919
public function __construct(public Instance $instance){}

0 commit comments

Comments
 (0)