Completed
Push — develop ( db382d...c52f3e )
by Chris
03:12
created
src/Traits/ComodoDecodeCSR/Getters.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
         return $this->SHA1;
22 22
     }
23 23
 
24
+    /**
25
+     * @return string
26
+     */
24 27
     public function getEndpoint()
25 28
     {
26 29
         return $this->Endpoint;
Please login to merge, or discard this patch.