Passed
Push — master ( 11b97c...bafc8d )
by Alexander
44s queued 10s
created
src/Rest/RestRepository.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -167,10 +167,10 @@
 block discarded – undo
167 167
         return $message;
168 168
     }
169 169
     
170
-     /**
171
-     * @param array $response
172
-     * @return array
173
-     */
170
+        /**
171
+         * @param array $response
172
+         * @return array
173
+         */
174 174
     public function generateHeaders(array $response): array
175 175
     {
176 176
         $headers = [];
Please login to merge, or discard this patch.