From 8e21e9af0c9270ed1f24a177e7777d4fd4f7e9ba Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Wed, 21 Oct 2020 22:33:16 +0200 Subject: [PATCH] Configuration should not be internal --- lib/Doctrine/DBAL/Configuration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/DBAL/Configuration.php b/lib/Doctrine/DBAL/Configuration.php index 545b0ffb0b..fce8a0b539 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 {