Skip to content

Commit b0ae6a9

Browse files
committed
Update TableErrorFormatter.php
1 parent cfcd4da commit b0ae6a9

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
@@ -43,7 +43,7 @@ public function __construct(
4343
#[AutowiredParameter]
4444
private ?string $editorUrlTitle,
4545
#[AutowiredParameter]
46-
private int $level,
46+
private ?int $level,
4747
)
4848
{
4949
}

0 commit comments

Comments
 (0)