mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-22 18:05:50 +03:00
add throws for constructors
This commit is contained in:
parent
cc216cfde1
commit
72a6e1160a
@ -13,6 +13,9 @@
|
||||
*/
|
||||
class CPAttribute
|
||||
{
|
||||
/**
|
||||
* @throws \Throwable
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
@ -16,9 +16,8 @@
|
||||
*/
|
||||
class CPHashedData
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws \Throwable
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
@ -11,7 +11,9 @@
|
||||
*/
|
||||
class CPSignedData
|
||||
{
|
||||
|
||||
/**
|
||||
* @throws \Throwable
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
@ -29,7 +29,9 @@
|
||||
*/
|
||||
class CPSigner
|
||||
{
|
||||
|
||||
/**
|
||||
* @throws \Throwable
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
@ -12,6 +12,12 @@
|
||||
*/
|
||||
class CPStore
|
||||
{
|
||||
/**
|
||||
* @throws \Throwable
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Добавляет сертификат в открытое хранилище.
|
||||
|
Loading…
Reference in New Issue
Block a user