From ab0b3d8a2f2d500513e7dd2e1be796119a3d99df Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Tue, 27 Jun 2017 15:52:13 +1200 Subject: [PATCH] FIX namespaces in docs --- code/Report.php | 2 +- code/ReportAdmin.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/Report.php b/code/Report.php index 514c8feb..8c88b6a2 100644 --- a/code/Report.php +++ b/code/Report.php @@ -130,7 +130,7 @@ class Report extends ViewableData } /** - * Return the {@link SQLQuery} that provides your report data. + * Return the {@link SilverStripe\ORM\Queries\SQLSelect} that provides your report data. */ public function sourceQuery($params) { diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index db026cb5..6aaf9c21 100644 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -24,7 +24,7 @@ use SilverStripe\View\Requirements; * Reports section of the CMS. * * All reports that should show in the ReportAdmin section - * of the CMS need to subclass {@link SS_Report}, and implement + * of the CMS need to subclass {@link SilverStripe\Reports\Report}, and implement * the appropriate methods and variables that are required. */ class ReportAdmin extends LeftAndMain implements PermissionProvider @@ -71,7 +71,7 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider /** * Does the parent permission checks, but also * makes sure that instantiatable subclasses of - * {@link Report} exist. By default, the CMS doesn't + * {@link SilverStripe\Reports\Report} exist. By default, the CMS doesn't * include any Reports, so there's no point in showing * * @param Member $member