1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 17:48:00 +01:00

PHPDOC fix

This commit is contained in:
Sokolovskyy Roman 2017-08-03 09:12:07 +02:00
parent 167718a046
commit 5fe61b325d

View File

@ -36,7 +36,7 @@ abstract class PKCS
*
* @access public
* @param array $key
* @return array
* @return array|bool
*/
public static function load($sig)
{