Skip to content

Commit fe07d9c

Browse files
committed
phpstan
1 parent 5a41768 commit fe07d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DTO/SearchResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class SearchResult implements Arrayable
88
{
99
protected array $data = [];
1010

11-
public function __construct(
11+
final public function __construct(
1212
protected string $value,
1313
protected string $label,
1414
) {}

0 commit comments

Comments
 (0)