Skip to content

Commit 6bb0b7a

Browse files
committed
Add phpstub for amqp extension (php-amqp) and register it
1 parent bfbd53c commit 6bb0b7a

File tree

3 files changed

+2083
-0
lines changed

3 files changed

+2083
-0
lines changed

config.xsd

+1
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@
729729

730730
<xs:simpleType name="ExtensionType">
731731
<xs:restriction base="xs:string">
732+
<xs:enumeration value="amqp"/>
732733
<xs:enumeration value="apcu"/>
733734
<xs:enumeration value="decimal"/>
734735
<xs:enumeration value="dom"/>

src/Psalm/Config.php

+1
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ class Config
629629
* @var array<string, bool|null>
630630
*/
631631
public $php_extensions = [
632+
"amqp" => null,
632633
"apcu" => null,
633634
"decimal" => null,
634635
"dom" => null,

0 commit comments

Comments
 (0)