Skip to content

Commit

Permalink
Merge pull request #11172 from mkilmanas/feature/ext-amqp-phpstub
Browse files Browse the repository at this point in the history
Add phpstub for amqp extension (php-amqp)
  • Loading branch information
danog authored Dec 10, 2024
2 parents 80df449 + 6bb0b7a commit 3a4b0e8
Show file tree
Hide file tree
Showing 3 changed files with 2,083 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@

<xs:simpleType name="ExtensionType">
<xs:restriction base="xs:string">
<xs:enumeration value="amqp"/>
<xs:enumeration value="apcu"/>
<xs:enumeration value="decimal"/>
<xs:enumeration value="dom"/>
Expand Down
1 change: 1 addition & 0 deletions src/Psalm/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ class Config
* @var array<string, bool|null>
*/
public $php_extensions = [
"amqp" => null,
"apcu" => null,
"decimal" => null,
"dom" => null,
Expand Down
Loading

0 comments on commit 3a4b0e8

Please # to comment.