Test Setup Failed
Branch master (6e428a)
by Nicolaas
07:59
created
Category
src/Admin/UploadManyImages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
                     )
75 75
                 )
76 76
                     ->setIsMultiUpload(true)
77
-                    ->setAfterUpload(function (HTTPResponse $response) {
77
+                    ->setAfterUpload(function(HTTPResponse $response) {
78 78
                         // Read data from the original response
79 79
                         $data = json_decode($response->getBody())[0];
80 80
 
Please login to merge, or discard this patch.