Skip to content

Commit

Permalink
Merged pull request #957
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Mar 22, 2024
2 parents b303190 + f2ddb53 commit e228555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/debugger/dbgp/dbgpclient.php
Expand Up @@ -106,7 +106,7 @@ function fixFilePath( $m )
return " {$m[1]}=\"file://{$fm[1]}\"";
}

function doRead( $conn, string $transaction_id = null )
function doRead( $conn, ?string $transaction_id = null )
{
stream_set_timeout( $conn, 3 );
do {
Expand Down

0 comments on commit e228555

Please sign in to comment.