| 1 | <?php |
||
| 7 | class HttpPingDown |
||
| 8 | { |
||
| 9 | /** @var \EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor|null */ |
||
| 10 | public $httpPingMonitor; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param \EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor|null $httpPingMonitor |
||
| 14 | */ |
||
| 15 | public function __construct(HttpPingMonitor $httpPingMonitor = null) |
||
| 19 | } |
||
| 20 |