Skip to content

Commit

Permalink
Configuration should not be internal
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 21, 2020
1 parent b7fd778 commit 8e21e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/DBAL/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 8e21e9a

Please sign in to comment.