Skip to content

Commit

Permalink
Add stubs for ext-ffi
Browse files Browse the repository at this point in the history
See #8612
  • Loading branch information
LeSuisse committed Oct 25, 2022
1 parent aea40ef commit 62e92fb
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Psalm/Config.php
Expand Up @@ -593,6 +593,7 @@ class Config
* simplexml: bool,
* soap: bool,
* xdebug: bool,
* ffi: bool,
* }
*/
public $php_extensions = [
Expand All @@ -607,6 +608,7 @@ class Config
"simplexml" => false,
"soap" => false,
"xdebug" => false,
"ffi" => false,
];

/**
Expand Down

0 comments on commit 62e92fb

Please sign in to comment.