| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
| 2 | 2 | /** |
| 3 | - * Module Name: Monitor | |
| 4 | - * Module Description: Jetpack’s downtime monitoring will continuously watch your site and alert you the moment that downtime is detected. | |
| 3 | + * Module Name: Downtime Monitor | |
| 4 | + * Module Description: Get instant alerts if your site goes down and know when it’s back online. | |
| 5 | 5 | * Sort Order: 28 |
| 6 | 6 | * Recommendation Order: 10 |
| 7 | 7 | * First Introduced: 2.6 |
| 8 | 8 | * Requires Connection: Yes |
| @@ -18,8 +18,10 @@ | ||
| 18 | 18 | use Automattic\Jetpack\Connection\Manager as Connection_Manager; |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * Class Jetpack_Monitor |
| 22 | + * | |
| 23 | + * @phan-constructor-used-for-side-effects | |
| 22 | 24 | */ |
| 23 | 25 | class Jetpack_Monitor { |
| 24 | 26 | |
| 25 | 27 | /** |