Skip to content
Snippets Groups Projects
Commit 2f698636 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3451341: Declare property TableValue::$value

parent abb11edd
Branches
Tags
1 merge request!21Automated Project Update Bot fixes
Pipeline #353671 passed
......@@ -9,6 +9,13 @@ use Drupal\Core\TypedData\TypedData;
*/
class TableValue extends TypedData {
/**
* Array of values.
*
* @var array
*/
protected $value;
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment