From e4eca9c7c8bf9909069b45fd5f4f12771f2bb4e0 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 23 Apr 2010 03:26:32 +0000 Subject: [PATCH] MINOR Fixed phpdoc documentation git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@103415 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/MySQLDatabaseConfigurationHelper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/install/MySQLDatabaseConfigurationHelper.php b/dev/install/MySQLDatabaseConfigurationHelper.php index 1df5e3b53..48136b892 100644 --- a/dev/install/MySQLDatabaseConfigurationHelper.php +++ b/dev/install/MySQLDatabaseConfigurationHelper.php @@ -5,7 +5,8 @@ * It does all the specific checking for MySQLDatabase * to ensure that the configuration is setup correctly. * - * @package mssql + * @package sappire + * @subpackage model */ class MySQLDatabaseConfigurationHelper implements DatabaseConfigurationHelper {