mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-24 11:05:30 +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
|
||||
*/
|
||||
public function getRequestedCertificateExtensions(array $csr = null)
|
||||
public function getRequestedCertificateExtensions(?array $csr = null)
|
||||
{
|
||||
if (empty($csr)) {
|
||||
$csr = $this->currentCert;
|
||||
|
Loading…
Reference in New Issue
Block a user