diff options
author | nornholdj <nornholdj@gmail.com> | 2014-10-30 16:02:53 -0400 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2014-10-30 16:02:53 -0400 |
commit | 68332a6b86a6888adb74533f40b7355b254c4cc8 (patch) | |
tree | 69fae55bfb3b8635bd89f15c06c2260b89a06248 /lib/MessageSystems/Configuration.php | |
parent | 02c1073edad6572e1c88c8649b4a219762340b49 (diff) | |
download | php-sparkpost-68332a6b86a6888adb74533f40b7355b254c4cc8.zip php-sparkpost-68332a6b86a6888adb74533f40b7355b254c4cc8.tar.gz php-sparkpost-68332a6b86a6888adb74533f40b7355b254c4cc8.tar.bz2 |
MA-946 #time 3h 30m Removed Compatibility layer code and finished
Documentation.
Diffstat (limited to 'lib/MessageSystems/Configuration.php')
-rw-r--r-- | lib/MessageSystems/Configuration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MessageSystems/Configuration.php b/lib/MessageSystems/Configuration.php index 106d1d5..d44cab3 100644 --- a/lib/MessageSystems/Configuration.php +++ b/lib/MessageSystems/Configuration.php @@ -23,7 +23,7 @@ class Configuration { * @param Array $configMap - Hashmap that contains config values for the SDK to connect to SparkPost * @throws \Exception */ - public static function setConfig($configMap) { + public static function setConfig(array $configMap) { //check for API key because its required if (!isset($configMap['key']) || empty(trim($configMap['key']))){ throw new \Exception('You must provide an API key'); |