diff --git a/tests/debugger/dbgp/dbgpclient.php b/tests/debugger/dbgp/dbgpclient.php index b4154a706..ab70faf24 100644 --- a/tests/debugger/dbgp/dbgpclient.php +++ b/tests/debugger/dbgp/dbgpclient.php @@ -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 {