Skip to content

Commit 5b3d545

Browse files
authored
Merge pull request #1919 from iluuu1994/patch-3
Fix `$object` type hint in `AbstractPersonalTranslation::setObject`
2 parents 1e400fb + 04d3c23 commit 5b3d545

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)