Passed
Push — master ( c86efc...70422d )
by Raffael
07:33 queued 12s
created
src/lib/Endpoint/Ucs.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -377,6 +377,7 @@
 block discarded – undo
377 377
 
378 378
     /**
379 379
      * Parse response.
380
+     * @param \Psr\Http\Message\ResponseInterface $response
380 381
      */
381 382
     protected function parse($response): array
382 383
     {
Please login to merge, or discard this patch.
src/lib/Endpoint/AbstractRest.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -184,6 +184,7 @@  discard block
 block discarded – undo
184 184
 
185 185
     /**
186 186
      * Verify response.
187
+     * @param \Psr\Http\Message\ResponseInterface $response
187 188
      */
188 189
     protected function getResponse($response): array
189 190
     {
@@ -223,6 +224,7 @@  discard block
 block discarded – undo
223 224
 
224 225
     /**
225 226
      * Get identifier.
227
+     * @param EndpointObjectInterface $endpoint_object
226 228
      */
227 229
     protected function getResourceId(array $object, ?EndpointObjectInterface $endpoint_object = null): string
228 230
     {
Please login to merge, or discard this patch.