Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doc comment variable reference
  • Loading branch information
josegonzalez committed Oct 12, 2014
1 parent a1f67fc commit 7a4037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/ConnectionManager.php
Expand Up @@ -80,7 +80,7 @@ public static function config($key, $config = null) {
* 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 string|array $key Either a DSN or an array with a `dsn` key mapping to a string dsn
* @param string|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) {
Expand Down

0 comments on commit 7a4037a

Please sign in to comment.