Skip to content

Commit b20395d

Browse files
committed
fix(php): fix stub argument, string not str
1 parent 1bf8cf4 commit b20395d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frankenphp.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ function frankenphp_response_headers(): array|bool {}
3232
*/
3333
function apache_response_headers(): array|bool {}
3434

35-
function frankenphp_log_message(str $message, int $level): void {}
35+
function frankenphp_log_message(string $message, int $level): void {}

0 commit comments

Comments
 (0)