Completed
Pull Request — master (#43)
by Antonio Oertel
02:58
created
src/Certificate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
         $this->load();
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $password
42
+     */
40 43
     private function read($content, $password)
41 44
     {
42 45
         $certs = [];
Please login to merge, or discard this patch.