| @@ -13,8 +13,9 @@ | ||
| 13 | 13 | * @category Admin |
| 14 | 14 | * @package PropertyHive/Admin/Reports |
| 15 | 15 | * @version 1.0.0 |
| 16 | 16 | */ |
| 17 | +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Legacy public global class PH_Admin_Report; preserving the existing PH_* class name is required for plugin and extension compatibility. | |
| 17 | 18 | class PH_Admin_Report { |
| 18 | 19 | |
| 19 | 20 | |
| 20 | 21 | } |