mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-04-02 07:11:51 +00:00
Merge branch 'master' of https://github.com/phpseclib/phpseclib
This commit is contained in:
commit
5cadfba56c
@ -3362,7 +3362,7 @@ class X509
|
|||||||
*
|
*
|
||||||
* @param array $csr optional
|
* @param array $csr optional
|
||||||
*/
|
*/
|
||||||
public function getRequestedCertificateExtensions(array $csr = null)
|
public function getRequestedCertificateExtensions(?array $csr = null)
|
||||||
{
|
{
|
||||||
if (empty($csr)) {
|
if (empty($csr)) {
|
||||||
$csr = $this->currentCert;
|
$csr = $this->currentCert;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user