Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 3, 2023
1 parent c3fe11d commit 2a06afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/CheckSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ class CheckSummary extends ApiResource
{
public string $result;

public string|null $summary;
public ?string $summary;
}

0 comments on commit 2a06afa

Please sign in to comment.