Test Failed
Pull Request — master (#19)
by frey
05:52 queued 03:20
created
src/Plugins/CDN.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
      */
132 132
     protected function buildFormParams(array $values, $key, $action)
133 133
     {
134
-        $keys = array_map(function ($n) use ($key) {
134
+        $keys = array_map(function($n) use ($key) {
135 135
             return sprintf("{$key}.%d", $n);
136 136
         }, range(0, count($values) - 1));
137 137
 
Please login to merge, or discard this patch.
src/Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
             return true;
272 272
         }
273 273
 
274
-        $keys = array_map(function ($item) {
274
+        $keys = array_map(function($item) {
275 275
             return ['Key' => $item['Key']];
276 276
         }, (array) $response['Contents']);
277 277
 
Please login to merge, or discard this patch.