@@ -59,7 +59,7 @@ |
||
59 | 59 | /** |
60 | 60 | * Generate an HTML list which provides links to where a file is used. |
61 | 61 | * |
62 | - * @return string |
|
62 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText |
|
63 | 63 | */ |
64 | 64 | public function BackLinkHTMLList() { |
65 | 65 | $viewer = new SSViewer(["type" => "Includes", self::class . "_description"]); |