Skip to content

Commit

Permalink
Merge pull request #4376 from BenMorel/internal
Browse files Browse the repository at this point in the history
Configuration should not be internal
  • Loading branch information
morozov authored Oct 22, 2020
2 parents 7b5d241 + e5160b2 commit a79c8c3
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 a79c8c3

Please sign in to comment.