Browse Source

Merge pull request #6191 from ceeram/3.0-static-dsn

Update docblock
ADmad 11 years ago
parent
commit
da61458787
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/StaticConfigTrait.php

+ 1 - 1
src/Core/StaticConfigTrait.php

@@ -23,7 +23,7 @@ use UnexpectedValueException;
  * for classes that provide an adapter facade or need to have sets of
  * configuration data registered and manipulated.
  *
- * Implementing objects are expected to declare a static `$_config` property.
+ * Implementing objects are expected to declare a static `$_dsnClassMap` property.
  */
 trait StaticConfigTrait
 {