@@ -103,7 +103,7 @@ |
||
103 | 103 | ]; |
104 | 104 | |
105 | 105 | foreach ($requiredParams as $param) { |
106 | - if (! isset($config[$param])) { |
|
106 | + if (!isset($config[$param])) { |
|
107 | 107 | throw new InvalidArgumentException("Missing OAuth1 client configuration: {$param}."); |
108 | 108 | } |
109 | 109 | } |