We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ab7e2 + ea74072 commit a9b5291Copy full SHA for a9b5291
config.xsd
@@ -735,6 +735,7 @@
735
736
<xs:simpleType name="ExtensionType">
737
<xs:restriction base="xs:string">
738
+ <xs:enumeration value="amqp"/>
739
<xs:enumeration value="apcu"/>
740
<xs:enumeration value="decimal"/>
741
<xs:enumeration value="dom"/>
src/Psalm/Config.php
@@ -476,7 +476,9 @@ final class Config
476
* @psalm-readonly-allow-private-mutation
477
* @var array<string, bool|null>
478
*/
479
+
480
public array $php_extensions = [
481
+ "amqp" => null,
482
"apcu" => null,
483
"decimal" => null,
484
"dom" => null,
0 commit comments