use '=' instead of ':' als delimiter between key and value in annotation options

This commit is contained in:
Robin Krahnen 2018-11-07 17:19:04 +01:00
parent 41df85d9b1
commit 6e3158e9d6

View file

@ -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;