| @@ -5,8 +5,9 @@ | ||
| 5 | 5 | // Exit if accessed directly |
| 6 | 6 | exit; |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Legacy public global class PH_Key_Date; preserving the existing PH_* class name is required for plugin and extension compatibility. | |
| 9 | 10 | class PH_Key_Date { |
| 10 | 11 | |
| 11 | 12 | /** @var int */ |
| 12 | 13 | public $id; |