Compare commits

...

2 Commits

Author SHA1 Message Date
terrafrost 08bd1beb12 Merge branch '1.0' into 2.0 2024-04-13 17:51:15 -05:00
terrafrost cd4d0ba47c Crypt/Base: update docblock comment 2024-04-13 17:50:36 -05:00
1 changed files with 0 additions and 1 deletions

View File

@ -611,7 +611,6 @@ abstract class Base
* *
* @access public * @access public
* @param string $key * @param string $key
* @internal Could, but not must, extend by the child Crypt_* class
*/ */
function setKey($key) function setKey($key)
{ {