Skip to content

Commit b0ee14e

Browse files
wouterjfabpot
authored andcommitted
Add CI check ensuring interfaces have return types
1 parent 6e876a7 commit b0ee14e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Extension/Validator/ViolationMapper/ViolationMapperInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ interface ViolationMapperInterface
2424
* the given form.
2525
*
2626
* @param bool $allowNonSynchronized Whether to allow mapping to non-synchronized forms
27+
*
28+
* @return void
2729
*/
2830
public function mapViolation(ConstraintViolation $violation, FormInterface $form, bool $allowNonSynchronized = false);
2931
}

0 commit comments

Comments
 (0)