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:
parent
8c86cf1e4f
commit
88a075456d
@ -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',
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user