feat: add stub PHP functions (#10)

This commit is contained in:
Kévin Dunglas
2022-10-11 08:57:23 +02:00
committed by GitHub
parent 7ec0043fe8
commit 46ec897d2e
3 changed files with 27 additions and 15 deletions

5
frankenphp.stub.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
/** @generate-class-entries */
function frankenphp_handle_request(callable $callback): bool {}