mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01:00
Set of PHPDOC fixes
This commit is contained in:
parent
5583703040
commit
6181b2bfbd
@ -299,7 +299,7 @@ abstract class AsymmetricKey
|
||||
* @access private
|
||||
* @param string $key
|
||||
* @param string $type
|
||||
* @return array
|
||||
* @return array|bool
|
||||
*/
|
||||
protected function load($key, $type)
|
||||
{
|
||||
@ -339,7 +339,7 @@ abstract class AsymmetricKey
|
||||
* @access private
|
||||
* @param string $key
|
||||
* @param string $type
|
||||
* @return array
|
||||
* @return array|bool
|
||||
*/
|
||||
protected function setPublicKey($key, $type)
|
||||
{
|
||||
|
@ -64,7 +64,7 @@ abstract class OpenSSH
|
||||
* @access public
|
||||
* @param string $key
|
||||
* @param string $type
|
||||
* @return array
|
||||
* @return array|bool
|
||||
*/
|
||||
public static function load($key, $type)
|
||||
{
|
||||
|
@ -122,7 +122,7 @@ abstract class PKCS1 extends PKCS
|
||||
* @access public
|
||||
* @param string $key
|
||||
* @param string $password optional
|
||||
* @return array
|
||||
* @return array|bool
|
||||
*/
|
||||
protected static function load($key, $password)
|
||||
{
|
||||
|
@ -320,7 +320,7 @@ abstract class PKCS8 extends PKCS
|
||||
* @access public
|
||||
* @param string $key
|
||||
* @param string $password optional
|
||||
* @return array
|
||||
* @return array|bool
|
||||
*/
|
||||
protected static function load($key, $password = '')
|
||||
{
|
||||
|
@ -77,7 +77,7 @@ abstract class PuTTY
|
||||
* @param string $publicHandler
|
||||
* @param string $type
|
||||
* @param string $password
|
||||
* @return array
|
||||
* @return array|bool
|
||||
*/
|
||||
protected static function load($key, $password)
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ abstract class Raw
|
||||
*
|
||||
* @access public
|
||||
* @param array $sig
|
||||
* @return array
|
||||
* @return array|bool
|
||||
*/
|
||||
public static function load($sig)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user