Test Setup Failed
Push — master ( 0d3cb5...60ebed )
by Alexander
01:07 queued 27s
created
src/Rest/RestRepository.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -273,10 +273,10 @@
 block discarded – undo
273 273
         return $e->getResponse()->getBody()->getContents();
274 274
     }
275 275
     
276
-     /**
277
-     * @param array $response
278
-     * @return array
279
-     */
276
+        /**
277
+         * @param array $response
278
+         * @return array
279
+         */
280 280
     public function generateHeaders(array $response): array
281 281
     {
282 282
         $headers = [];
Please login to merge, or discard this patch.