| @@ -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_AI_Service; preserving the existing PH_* class name is required for plugin and extension compatibility. | |
| 16 | 17 | class PH_AI_Service { |
| 17 | 18 | |
| 18 | 19 | public function make_request( $action, $payload = array() ) { |
| 19 | 20 | |