We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21a14dd + 992feda commit 19e885fCopy full SHA for 19e885f
src/CheckResults.php
@@ -31,7 +31,7 @@ public static function fromJson(string $json): CheckResults
31
* @param \DateTimeInterface|null $finishedAt
32
* @param array<int, CheckResult> $checkResults
33
*/
34
- public function __construct(DateTimeInterface $finishedAt = null, array $checkResults = [])
+ public function __construct(DateTimeInterface|null $finishedAt = null, array $checkResults = [])
35
{
36
$this->finishedAt = $finishedAt ?? new DateTime();
37
0 commit comments