mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
Test wrong type
This commit is contained in:
parent
faf611c563
commit
87a05ec209
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Tea extends AbstractEntity
|
||||||
* @Extbase\Validate("StringLength", options={"maximum": 255})
|
* @Extbase\Validate("StringLength", options={"maximum": 255})
|
||||||
* @Extbase\Validate("NotEmpty")
|
* @Extbase\Validate("NotEmpty")
|
||||||
*/
|
*/
|
||||||
protected string $title = '';
|
protected string $title = 12;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Extbase\Validate("StringLength", options={"maximum": 2000})
|
* @Extbase\Validate("StringLength", options={"maximum": 2000})
|
||||||
|
|
Loading…
Reference in a new issue