Skip to content

Commit 04d3c23

Browse files
authored
Fix $object type hint in AbstractPersonalTranslation::setObject
1 parent 1e400fb commit 04d3c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gedmo/Translatable/Entity/MappedSuperclass/AbstractPersonalTranslation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function getField()
108108
/**
109109
* Set object related
110110
*
111-
* @param string $object
111+
* @param object $object
112112
*
113113
* @return static
114114
*/

0 commit comments

Comments
 (0)