@@ -48,6 +48,9 @@ |
||
48 | 48 | return $this->uptime_last_check_date->diffInMinutes() >= $this->uptime_check_interval_in_minutes; |
49 | 49 | } |
50 | 50 | |
51 | + /** |
|
52 | + * @param \Psr\Http\Message\StreamInterface $responseHtml |
|
53 | + */ |
|
51 | 54 | public function couldReachSite($responseHtml) |
52 | 55 | { |
53 | 56 | if (!str_contains($responseHtml, $this->look_for_string)) { |