Passed
Push — master ( 9b05c2...69b252 )
by
unknown
47s queued 12s
created
src/Impl/Serializer/FacadeDocBodyResponseBodyDenormalizer.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * {@inheritdoc}
47
+     * @param string $type
47 48
      */
48 49
     public function supportsDenormalization($data, $type, $format = null, array $context = []): bool
49 50
     {
Please login to merge, or discard this patch.
src/V3/IsmpApi.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@
 block discarded – undo
50 50
         return $this->serializer->deserialize(AuthCertKeyResponse::class, $result);
51 51
     }
52 52
 
53
+    /**
54
+     * @param string $connection
55
+     */
53 56
     public function authCert(AuthCertRequest $request, ?string $connection = null): AuthCertResponse
54 57
     {
55 58
         $body = $this->serializer->serialize($request);
Please login to merge, or discard this patch.