Completed
Pull Request — master (#1724)
by Damian
02:14
created
code/Model/SiteTree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -782,7 +782,7 @@
 block discarded – undo
782 782
      * @param boolean $unlinked Whether to link page titles.
783 783
      * @param boolean|string $stopAtPageType ClassName of a page to stop the upwards traversal.
784 784
      * @param boolean $showHidden Include pages marked with the attribute ShowInMenus = 0
785
-     * @return string The breadcrumb trail.
785
+     * @return \SilverStripe\ORM\FieldType\DBHTMLText The breadcrumb trail.
786 786
      */
787 787
     public function Breadcrumbs($maxDepth = 20, $unlinked = false, $stopAtPageType = false, $showHidden = false)
788 788
     {
Please login to merge, or discard this patch.