Minor syntax change.
This commit is contained in:
@@ -127,11 +127,7 @@ class CouponCreationForm extends BaseForm
|
||||
array(
|
||||
'constraints' => array(
|
||||
new NotBlank(),
|
||||
new GreaterThanOrEqual(
|
||||
array(
|
||||
'value' => -1
|
||||
)
|
||||
)
|
||||
new GreaterThanOrEqual(['value' => -1])
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user