code fixes

This commit is contained in:
Dennis Eichhorn 2024-03-15 20:24:37 +00:00
parent 0b196893bc
commit c5a45b7d18
2 changed files with 4 additions and 1 deletions

View File

@ -89,6 +89,9 @@ class AttributeType implements \JsonSerializable
*/
public array $defaults = [];
// @todo Allow to reference enum instead of default values
// Currently we create language and country values which is insane
/**
* Default attribute value
*

View File

@ -65,7 +65,7 @@ class AttributeView extends View
/**
* Reference id
*
* @var string
* @var int
* @since 1.0.0
*/
public int $refId = 0;