Draft: Resolve #3368250 "Deprecated creation of"
1 unresolved thread
1 unresolved thread
Closes #3368250
Merge request reports
Activity
added 1 commit
added 296 commits
-
043de1d1...9eb4cb9d - 295 commits from branch
project:11.x
- f6ba9bfb - 3368250: fix Deprecated dynamic property
-
043de1d1...9eb4cb9d - 295 commits from branch
40 40 */ 41 41 protected $parent; 42 42 43 /** 44 * The data value. 45 * 46 * @var array 47 */ 48 protected $value; It is hard to define the type declaration here Because its child classes have it's own declaration for example,
core/lib/Drupal/Core/TypedData/PrimitiveBase.php : mixed
core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php : int
Edited by Samit Khulve
Please register or sign in to reply