Enable class entry generation for sapi extensions

This commit is contained in:
Máté Kocsis 2021-02-14 12:03:48 +01:00
parent 8ffc20ace6
commit 31088eef45
No known key found for this signature in database
GPG key ID: FD055E41728BF310
10 changed files with 15 additions and 10 deletions

View file

@ -1,6 +1,6 @@
<?php
/** @generate-function-entries */
/** @generate-class-entries */
function apache_lookup_uri(string $filename): object|false {}