Passed
Pull Request — master (#5)
by Anton
03:02
created
src/Extension/AdapterFactory/AwsS3AdapterFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.