💡 N°4760 Fix wrong phpdoc

This commit is contained in:
Pierre Goiffon
2022-02-09 11:43:42 +01:00
parent 25c3704990
commit a49c451ae4

View File

@@ -520,7 +520,7 @@ abstract class Controller
}
/**
* @since 2.7.7 3.0.1 3.1.1 method creation
* @since 2.7.7 3.0.1 3.1.0 method creation
* @see Controller::SetBreadCrumbEntry() to set breadcrumb content (by default will be title)
*/
public function DisableBreadCrumb() {
@@ -528,7 +528,7 @@ abstract class Controller
}
/**
* @since 2.7.7 3.0.1 3.1.1 method creation
* @since 2.7.7 3.0.1 3.1.0 method creation
* @see iTopWebPage::SetBreadCrumbEntry()
*/
public function SetBreadCrumbEntry($sId, $sLabel, $sDescription, $sUrl = '', $sIcon = '') {