Skip to content

Commit

Permalink
X509: even more PHP 8.4 deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Nov 29, 2024
1 parent 6dcb3bb commit c137bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpseclib/File/X509.php
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@ private function &subArrayUnchecked(array &$root, $path, $create = false)
* @param bool $create optional
* @return array|false
*/
private function &subArray(array &$root = null, $path, $create = false)
private function &subArray(&$root = null, $path, $create = false)
{
$false = false;

Expand Down

0 comments on commit c137bfe

Please sign in to comment.