1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Merge pull request #8971 from lptn/extend-xml-enum-of-supported-ext

This commit is contained in:
Bruce Weirdan 2022-12-21 11:05:03 -04:00 committed by GitHub
commit da241424b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -711,14 +711,18 @@
<xs:simpleType name="ExtensionType">
<xs:restriction base="xs:string">
<xs:enumeration value="apcu"/>
<xs:enumeration value="decimal"/>
<xs:enumeration value="dom"/>
<xs:enumeration value="ds"/>
<xs:enumeration value="ffi"/>
<xs:enumeration value="geos"/>
<xs:enumeration value="gmp"/>
<xs:enumeration value="mongodb"/>
<xs:enumeration value="mysqli"/>
<xs:enumeration value="pdo"/>
<xs:enumeration value="random"/>
<xs:enumeration value="redis"/>
<xs:enumeration value="simplexml"/>
<xs:enumeration value="soap"/>
<xs:enumeration value="xdebug"/>