Skip to content

Commit 2cdbc13

Browse files
authored
Remove useless (#11)
1 parent 7033c7f commit 2cdbc13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

features/demo_app/src/Method/BasicMethodWithRequiredParams.php

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ public function getParamsConstraint(): Constraint
2626
'fieldA' => new NotNull(),
2727
'fieldB' => new NotBlank(),
2828
],
29-
'allowExtraFields' => false,
30-
'allowMissingFields' => false,
3129
]
3230
);
3331
}

0 commit comments

Comments
 (0)