Test Failed
Pull Request — master (#19)
by frey
03:11
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.