Skip to content

Commit d5c0f71

Browse files
committed
[Validator] Add PHPDoc void return types
1 parent d2ad56c commit d5c0f71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Validator/Constraints/UniqueEntityValidator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function __construct(ManagerRegistry $registry)
3737
/**
3838
* @param object $entity
3939
*
40+
* @return void
41+
*
4042
* @throws UnexpectedTypeException
4143
* @throws ConstraintDefinitionException
4244
*/

0 commit comments

Comments
 (0)