We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8031f45 commit de4465dCopy full SHA for de4465d
CONTRIBUTING.md
@@ -35,6 +35,13 @@ file. Note that this requires `phpize` to be run for PHP 8.2 to make use
35
of all features. After changing a stub file, run `./build/gen_stub.php`
36
to regenerate the corresponding arginfo files and commit the results.
37
38
+## Generating function maps for static analysis tools
39
+
40
+PHPStan and Psalm use function maps to provide users with correct type analysis
41
+when using this extension. To generate the function map, run the
42
+`generate-function-map` make target. The generated map will be stored in
43
+`scripts/functionMap.php`.
44
45
## Testing
46
47
The extension's test use the PHPT format from PHP internals. This format is
0 commit comments