Skip to content

Commit

Permalink
Merge pull request #8614 from LeSuisse/stub-ext-ffi
Browse files Browse the repository at this point in the history
Add stubs for ext-ffi
  • Loading branch information
orklah committed Oct 25, 2022
2 parents aea40ef + 62e92fb commit 4b96c20
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 4b96c20

Please sign in to comment.