Merge pull request #1182 from eternalharvest/bugfix/doccomment

Fix wrong doccomment annotation of return type
This commit is contained in:
terrafrost 2017-09-30 08:07:06 +01:00 committed by GitHub
commit 1e9d20364c

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()