Skip to content

Commit

Permalink
Merge pull request #11181 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 79ab7e2 + ea74072 commit a9b5291
Show file tree
Hide file tree
Showing 3 changed files with 2,084 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,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
2 changes: 2 additions & 0 deletions src/Psalm/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,9 @@ final class Config
* @psalm-readonly-allow-private-mutation
* @var array<string, bool|null>
*/

public array $php_extensions = [
"amqp" => null,
"apcu" => null,
"decimal" => null,
"dom" => null,
Expand Down
Loading

0 comments on commit a9b5291

Please sign in to comment.