This commit is contained in:
Kamil Wylegala 2023-06-02 23:09:40 +02:00
parent ba7d7f138f
commit d0d94e1532

View file

@ -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