mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Fixed phpdoc documentation (from r103397)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111664 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
66be7c939b
commit
a447f71a10
@ -1,7 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Base class for HTML cleaning classes.
|
||||
*
|
||||
* @package sapphire
|
||||
* @subpackage misc
|
||||
*/
|
||||
abstract class HTMLCleaner extends Object {
|
||||
/**
|
||||
|
@ -421,8 +421,10 @@ class SS_Report_FakeQuery extends SQLQuery {
|
||||
*
|
||||
* It also makes calls to 2 empty methods that you can override {@link beforeQuery()} and
|
||||
* {@link afterQuery()}
|
||||
*
|
||||
* @package cms
|
||||
* @subpackage reports
|
||||
*/
|
||||
|
||||
abstract class SS_ReportWrapper extends SS_Report {
|
||||
protected $baseReport;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user