Skip to content

Commit 320adb6

Browse files
authored
Add phpdoc to object property (#2212)
1 parent b0db2c2 commit 320adb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Translatable/Document/MappedSuperclass/AbstractPersonalTranslation.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ abstract class AbstractPersonalTranslation
2626
protected $locale;
2727

2828
/**
29-
* Related entity with ManyToOne relation
29+
* Related document with ManyToOne relation
3030
* must be mapped by user
31+
*
32+
* @var object
3133
*/
3234
protected $object;
3335

src/Translatable/Entity/MappedSuperclass/AbstractPersonalTranslation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ abstract class AbstractPersonalTranslation
3737
/**
3838
* Related entity with ManyToOne relation
3939
* must be mapped by user
40+
*
41+
* @var object
4042
*/
4143
protected $object;
4244

0 commit comments

Comments
 (0)