Test Failed
Push — develop ( 73628b...199e2d )
by Daniel
05:08
created
src/Serializer/ApiNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
             $objectId = $this->iriConverter->getIriFromItem($object);
142 142
             $data['file:publicPath'] = $this->router->generate(
143 143
                 'files_upload',
144
-                [ 'field' => 'filePath', 'id' => $objectId ]
144
+                ['field' => 'filePath', 'id' => $objectId]
145 145
             );
146 146
             // $this->getPublicPath($filePath);
147 147
             if (\exif_imagetype($filePath)) {
Please login to merge, or discard this patch.