diff --git a/lib/Cake/Event/CakeEvent.php b/lib/Cake/Event/CakeEvent.php index eee7b0a08..f1d8e3fe5 100644 --- a/lib/Cake/Event/CakeEvent.php +++ b/lib/Cake/Event/CakeEvent.php @@ -23,31 +23,31 @@ */ class CakeEvent { - /** - * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` - * @var mixed|true - */ +/** + * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` + * @var mixed|true + */ public mixed $break; - /** - * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` - * @var mixed|true - */ +/** + * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` + * @var mixed|true + */ public mixed $modParams; - /** - * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` - * @var array|mixed - */ +/** + * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` + * @var array|mixed + */ public mixed $breakOn; - /** - * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` - * @var array|mixed - */ +/** + * PHP 8.2 deprecation notice: added to avoid `Creation of dynamic property ... is deprecated.` + * @var array|mixed + */ public mixed $omitSubject; - /** +/** * Name of the event * * @var string