Fixed type annotation

`FeaturedImage()` returns an instance of `SilverStripe\Assets\Image`, not a `Blog`.
This commit is contained in:
Pascal Schneider 2022-11-17 11:14:35 +01:00 committed by GitHub
parent cb02df3e4a
commit 20d9f45442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ use SilverStripe\View\Requirements;
* @method ManyManyList Tags()
* @method ManyManyList Authors()
* @method Blog Parent()
* @method Blog FeaturedImage()
* @method Image FeaturedImage()
*
* @property string $PublishDate
* @property string $AuthorNames