We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdea24b commit 092cc08Copy full SHA for 092cc08
1 file changed
Classes/Domain/Model/News.php
@@ -81,11 +81,11 @@ class News extends AbstractEntity
81
82
/** @var ObjectStorage<News> */
83
#[Lazy]
84
- protected $related;
+ protected ObjectStorage $related;
85
86
87
88
- protected $relatedFrom;
+ protected ObjectStorage $relatedFrom;
89
90
/**
91
* Fal related files
@@ -117,7 +117,7 @@ class News extends AbstractEntity
117
* @var ObjectStorage<FileReference>
118
*/
119
120
- protected $falMedia;
+ protected ObjectStorage $falMedia;
121
122
123
* Fal media items with showinpreview set
0 commit comments