Skip to content

Commit

Permalink
Update CrawlerDetect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle authored Feb 2, 2023
1 parent 6ac40b5 commit e72bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CrawlerDetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function getMatches()
/**
* @return string|null
*/
public function getUserAgent(): ?string
public function getUserAgent()
{
return $this->userAgent;
}
Expand Down

0 comments on commit e72bf43

Please sign in to comment.