| @@ -12,8 +12,9 @@ | ||
| 12 | 12 | * @package PropertyHive/Classes |
| 13 | 13 | * @category Class |
| 14 | 14 | * @author PropertyHive |
| 15 | 15 | */ |
| 16 | +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Legacy public global class PH_Enquiry; preserving the existing PH_* class name is required for plugin and extension compatibility. | |
| 16 | 17 | class PH_Enquiry { |
| 17 | 18 | |
| 18 | 19 | /** @public int Enquiry (post) ID */ |
| 19 | 20 | public $id; |