1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-04 10:38:12 +01:00

fix wrong doccomment annotation of return type

This commit is contained in:
Takuya Sawada 2017-09-18 02:23:14 +09:00
parent 761f8765fc
commit 5a87cc525f

View File

@ -1584,7 +1584,7 @@ abstract class SymmetricKey
*
* May need to be overwritten by classes extending this one in some cases
*
* @return int
* @return string
* @access private
*/
protected function openssl_translate_mode()