Skip to content

Commit e0de946

Browse files
Using "min" option without setting the "allowEmptyString" is deprecated (#765)
1 parent 5857361 commit e0de946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/modules/apigee_edge_test/src/Entity/OverriddenDeveloperApp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type): a
3939
'Length' => [
4040
'min' => 1,
4141
'max' => 30,
42+
'allowEmptyString' => TRUE
4243
],
4344
]);
4445

0 commit comments

Comments
 (0)