diff --git a/lib/Doctrine/DBAL/Configuration.php b/lib/Doctrine/DBAL/Configuration.php index 545b0ffb0b4..fce8a0b5393 100644 --- a/lib/Doctrine/DBAL/Configuration.php +++ b/lib/Doctrine/DBAL/Configuration.php @@ -11,8 +11,8 @@ /** * Configuration container for the Doctrine DBAL. * - * @internal When adding a new configuration option just write a getter/setter - * pair and add the option to the _attributes array with a proper default value. + * Internal note: When adding a new configuration option just write a getter/setter + * pair and add the option to the _attributes array with a proper default value. */ class Configuration {