diff --git a/src/ResultStores/StoredCheckResults/StoredCheckResult.php b/src/ResultStores/StoredCheckResults/StoredCheckResult.php index f5dacfe0..dcf70d6a 100644 --- a/src/ResultStores/StoredCheckResults/StoredCheckResult.php +++ b/src/ResultStores/StoredCheckResults/StoredCheckResult.php @@ -10,7 +10,7 @@ class StoredCheckResult public static function make( string $name, string $label = '', - string $notificationMessage = '', + ?string $notificationMessage = '', string $shortSummary = '', string $status = '', array $meta = [], @@ -24,7 +24,7 @@ public static function make( public function __construct( public string $name, public string $label = '', - public string $notificationMessage = '', + public ?string $notificationMessage = '', public string $shortSummary = '', public string $status = '', public array $meta = [],