Passed
Pull Request — master (#8)
by
unknown
02:00
created
src/Publisher.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -273,8 +273,8 @@
 block discarded – undo
273 273
         );*/
274 274
         
275 275
         return $this->replaceEndPointId(
276
-           $idArticle,
277
-           $this->attachmentUrl[$field]
276
+            $idArticle,
277
+            $this->attachmentUrl[$field]
278 278
         );
279 279
     }
280 280
 
Please login to merge, or discard this patch.