@@ -16,7 +16,7 @@ |
||
16 | 16 | */ |
17 | 17 | public static function createAdapter(array $config) |
18 | 18 | { |
19 | - if(!isset($config['bucket']) or !is_string($config['bucket'])) { |
|
19 | + if (!isset($config['bucket']) or !is_string($config['bucket'])) { |
|
20 | 20 | $message = sprintf('Configuration for s3 is broken. Configuration must contains bucket parameter with string type.'); |
21 | 21 | throw new ModuleConfigException(__CLASS__, $message); |
22 | 22 | } |