Completed
Pull Request — master (#21)
by Michael
03:28
created
src/OpensslKey.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,6 @@
 block discarded – undo
134 134
     /**
135 135
      * Generate a new key that meets requirements for dcrypt
136 136
      *
137
-     * @param int $size Size of key in bytes
138 137
      * @return string
139 138
      * @throws Exceptions\InvalidKeyException
140 139
      */
Please login to merge, or discard this patch.
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.