Skip to content

Commit 89df38d

Browse files
committed
[DoctrineBridge] Apply fix reported by Psalm
1 parent d45c413 commit 89df38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(ManagerRegistry $registry)
3535
}
3636

3737
/**
38-
* @param object $object
38+
* @param mixed $object
3939
*
4040
* @throws UnexpectedTypeException
4141
* @throws ConstraintDefinitionException

0 commit comments

Comments
 (0)