Passed
Pull Request — master (#42)
by
unknown
02:39
created
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.