From d0d94e15326796b55becb7d29f07c427fd0c4dca Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Fri, 2 Jun 2023 23:09:40 +0200 Subject: [PATCH] phpcs --- lib/Cake/Event/CakeEvent.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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