diff --git a/core/model/HiddenClass.php b/core/model/HiddenClass.php index 7167d367e..083d873fd 100644 --- a/core/model/HiddenClass.php +++ b/core/model/HiddenClass.php @@ -2,7 +2,7 @@ /** * Anything that implements HiddenClass won't be shown in user-interface elements. For example, * DataObjects that implement HiddenClass won't be showing in the "new page" dropdown. - * @package cms + * @package sapphire */ interface HiddenClass { diff --git a/dev/BulkLoader.php b/dev/BulkLoader.php index f7912653d..5f471625d 100644 --- a/dev/BulkLoader.php +++ b/dev/BulkLoader.php @@ -10,7 +10,7 @@ * @todo Character conversion * * @see http://rfc.net/rfc4180.html - * @package cms + * @package sapphire * @subpackage bulkloading * @author Ingo Schommer, Silverstripe Ltd. (@silverstripe.com) */ @@ -260,7 +260,7 @@ abstract class BulkLoader extends ViewableData { * * @todo Refactor to support lazy-loaded DataObjectSets once they are implemented. * - * @package cms + * @package sapphire * @subpackage bulkloading * @author Ingo Schommer, Silverstripe Ltd. (@silverstripe.com) */ diff --git a/dev/CsvBulkLoader.php b/dev/CsvBulkLoader.php index 7a223df17..c0e1552ba 100644 --- a/dev/CsvBulkLoader.php +++ b/dev/CsvBulkLoader.php @@ -4,7 +4,7 @@ * Uses the fgetcsv() function to process CSV input. Accepts a file-handler as input. * * @see http://rfc.net/rfc4180.html - * @package cms + * @package sapphire * @subpackage bulkloading * @author Ingo Schommer, Silverstripe Ltd. (@silverstripe.com) * diff --git a/email/Notifications.php b/email/Notifications.php index 95c5519d2..d8299f49a 100755 --- a/email/Notifications.php +++ b/email/Notifications.php @@ -3,7 +3,7 @@ * The Notifications class allows you to create email notifications for various events. * It lets your scripts generate a number of notifications, and delay sending of the emails until * the end of execution, so that multiple notifications can collated together - * @package cms + * @package sapphire */ class Notifications extends Object { protected static $events = array();