Browse Source

Fix doc comment variable reference

Jose Diaz-Gonzalez 11 years ago
parent
commit
a1f67fcd24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/StaticConfigTrait.php

+ 1 - 1
src/Core/StaticConfigTrait.php

@@ -143,7 +143,7 @@ trait StaticConfigTrait {
  * If an array is given, the parsed dsn will be merged into this array. Note that querystring
  * arguments are also parsed and set as values in the returned configuration.
  *
- * @param array $key An array with a `dsn` key mapping to a string dsn
+ * @param array $config An array with a `dsn` key mapping to a string dsn
  * @return mixed null when adding configuration and an array of configuration data when reading.
  */
 	public static function parseDsn($config) {