Skip to content

Commit

Permalink
Correct docblock for connection manager parseDsn
Browse files Browse the repository at this point in the history
Docblock should be string, not array.
  • Loading branch information
dakota committed Oct 29, 2015
1 parent df1816b commit 74ec45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/ConnectionManager.php
Expand Up @@ -101,7 +101,7 @@ public static function config($key, $config = null)
*
* Note that querystring arguments are also parsed and set as values in the returned configuration.
*
* @param array $config An array with a `url` key mapping to a string DSN
* @param string $config The DSN string to convert to a configuration array
* @return array The configuration array to be stored after parsing the DSN
*/
public static function parseDsn($config = null)
Expand Down

0 comments on commit 74ec45d

Please sign in to comment.