Skip to content

Commit

Permalink
Merge pull request #8140 from AndrolGenhald/stubs-dom-simplexml
Browse files Browse the repository at this point in the history
Update DOM stub and add separate SimpleXML stub
  • Loading branch information
orklah committed Jun 22, 2022
2 parents 29a2162 + 4e3c2ea commit cbc597f
Show file tree
Hide file tree
Showing 6 changed files with 1,060 additions and 127 deletions.
1 change: 1 addition & 0 deletions config.xsd
Expand Up @@ -695,6 +695,7 @@
<xs:enumeration value="mongodb"/>
<xs:enumeration value="mysqli"/>
<xs:enumeration value="pdo"/>
<xs:enumeration value="simplexml"/>
<xs:enumeration value="soap"/>
<xs:enumeration value="xdebug"/>
</xs:restriction>
Expand Down
2 changes: 2 additions & 0 deletions src/Psalm/Config.php
Expand Up @@ -585,6 +585,7 @@ class Config
* mongodb: bool,
* mysqli: bool,
* pdo: bool,
* simplexml: bool,
* soap: bool,
* xdebug: bool,
* }
Expand All @@ -598,6 +599,7 @@ class Config
"mongodb" => false,
"mysqli" => false,
"pdo" => false,
"simplexml" => false,
"soap" => false,
"xdebug" => false,
];
Expand Down

0 comments on commit cbc597f

Please sign in to comment.