Skip to content

Commit

Permalink
A couple of documentation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Oct 31, 2014
1 parent b69cf9c commit 0a8831b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/StaticConfigTrait.php
Expand Up @@ -164,6 +164,7 @@ public static function configured() {
*
* @param string $dsn The DSN string to convert to a configuration array
* @return array The configuration array to be stored after parsing the DSN
* @throws \InvalidArgumentException If not passed a string
*/
public static function parseDsn($dsn) {
if (empty($dsn)) {
Expand Down Expand Up @@ -231,7 +232,7 @@ public static function parseDsn($dsn) {
/**
* return or update the dsn class map for this class
*
* @param mixed $map
* @param array|null $map additions/edits to the class map to apply
* @return array
*/
public static function dsnClassMap($map = null) {
Expand Down

0 comments on commit 0a8831b

Please sign in to comment.