1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add undocumented properties in SoapFault (#4510)

This commit is contained in:
orklah 2020-11-08 19:15:49 +01:00 committed by Daniil Gentili
parent 8c86cf1e4f
commit 88a075456d
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

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',
],
];