1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add undocumented properties in SoapFault (#4510)

This commit is contained in:
orklah 2020-11-08 19:15:49 +01:00 committed by GitHub
parent 20e37d8cb6
commit 317986c7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -527,4 +527,12 @@ return [
'timestamp' => 'int',
'headers' => 'array<string, string>|null',
],
'soapfault' => [
'faultcode' => 'string',
'faultstring' => 'string',
'faultactor' => 'string',
'detail' => 'string',
'_name' => 'string',
'headerfault' => 'string',
],
];