diff --git a/src/Certificate.php b/src/Certificate.php index 39ae58c..1b69272 100755 --- a/src/Certificate.php +++ b/src/Certificate.php @@ -182,6 +182,7 @@ class Certificate /** * возвращает ОИД'ы сертификата * + * @throws \Exception * @return array */ public function getExtendedKeyUsage() @@ -216,6 +217,7 @@ class Certificate /** * возвращает расшифрованные ОИД'ы * + * @throws \Exception * @return array */ public function getDecodedExtendedKeyUsage()