Completed
Push — master ( 519f76...318dd5 )
by Raffael
24:13 queued 15:29
created
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.