Skip to content

Commit

Permalink
Implicitly marking nullable parameters is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Nov 22, 2024
1 parent 66ca1b0 commit 279f1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/GedcomExportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function downloadResponse(
string $line_endings,
string $filename,
string $format,
Collection $records = null
?Collection $records = null
): ResponseInterface {
$access_level = self::ACCESS_LEVELS[$privacy];

Expand Down

0 comments on commit 279f1dc

Please sign in to comment.