mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
feat: add stub PHP functions (#10)
This commit is contained in:
5
frankenphp.stub.php
Normal file
5
frankenphp.stub.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
/** @generate-class-entries */
|
||||
|
||||
function frankenphp_handle_request(callable $callback): bool {}
|
||||
Reference in New Issue
Block a user