Skip to content

Commit

Permalink
Add typehint.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Nov 16, 2014
1 parent 66ada21 commit f376d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/StaticConfigTrait.php
Expand Up @@ -235,7 +235,7 @@ public static function parseDsn($dsn) {
* @param array|null $map Additions/edits to the class map to apply
* @return array
*/
public static function dsnClassMap($map = null) {
public static function dsnClassMap(array $map = null) {
if ($map !== null) {
static::$_dsnClassMap = $map + static::$_dsnClassMap;
}
Expand Down

0 comments on commit f376d32

Please sign in to comment.