mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
phpcs
This commit is contained in:
parent
ba7d7f138f
commit
d0d94e1532
1 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue