Completed
Pull Request — master (#23)
by Michael
01:31
created
src/OpensslStack.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
     /**
39 39
      * OpensslStack constructor.
40 40
      *
41
-     * @param string $passkey Password or key
42 41
      */
43 42
     public function __construct(string $key)
44 43
     {
Please login to merge, or discard this patch.
src/OpensslKey.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,6 @@
 block discarded – undo
110 110
     /**
111 111
      * Generate a new key that meets requirements for dcrypt
112 112
      *
113
-     * @param int $size Size of key in bytes
114 113
      * @return string
115 114
      * @throws InvalidKeyException
116 115
      */
Please login to merge, or discard this patch.