use '=' instead of ':' als delimiter between key and value in annotation options
This commit is contained in:
parent
41df85d9b1
commit
6e3158e9d6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class TestObject
|
||||||
protected $shouldBeFalse = true;
|
protected $shouldBeFalse = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Flow\Validate(type="DigiComp.SettingValidator:Settings", options={"name": "TrueValidator"})
|
* @Flow\Validate(type="DigiComp.SettingValidator:Settings", options={"name"="TrueValidator"})
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
protected $shouldBeTrueAndValidatedByAnnotation = false;
|
protected $shouldBeTrueAndValidatedByAnnotation = false;
|
||||||
|
|
Loading…
Reference in a new issue