Skip to content

Commit 39eacee

Browse files
Update TableErrorFormatter.php
1 parent c150b4e commit 39eacee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ErrorFormatter/TableErrorFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TableErrorFormatter implements ErrorFormatter
1818
public function __construct(
1919
RelativePathHelper $relativePathHelper,
2020
bool $showTipsOfTheDay,
21-
?string $editorUrl
21+
?string $editorUrl = null
2222
)
2323
{
2424
$this->relativePathHelper = $relativePathHelper;

0 commit comments

Comments
 (0)