Completed
Pull Request — master (#45)
by
unknown
02:57
created
src/Impl/Serializer/V3/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/Impl/Serializer/V4/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/V4/IsmpApi.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
         return $this->ismpApiV3->authCertKey();
83 83
     }
84 84
 
85
+    /**
86
+     * @param string $connection
87
+     */
85 88
     public function authCert(AuthCertRequest $request, ?string $connection = null): AuthCertResponse
86 89
     {
87 90
         return $this->ismpApiV3->authCert($request, $connection);
Please login to merge, or discard this patch.