Skip to content

Commit

Permalink
Ignore PHPStan error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-jc-allen committed Aug 27, 2024
1 parent 888650e commit bb8c1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Classes/UserAgent/ParserPhpDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function getOperatingSystem(): ?string
return null;
}

/** @phpstan-ignore-next-line */
return $this->parser->os->name ?? null;
}

Expand Down

0 comments on commit bb8c1a3

Please sign in to comment.