Skip to content

Commit

Permalink
Strip element registry of any non top-level elements
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 16, 2024
1 parent e79777d commit b90b44c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/XML/element.registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,10 @@
],
'http://www.w3.org/2003/05/soap-envelope/' => [
'Body' => '\SimpleSAML\SOAP\XML\env_200305\Body',
'Code' => '\SimpleSAML\SOAP\XML\env_200305\Code',
'Detail' => '\SimpleSAML\SOAP\XML\env_200305\Detail',
'Envelope' => '\SimpleSAML\SOAP\XML\env_200305\Envelope',
'Fault' => '\SimpleSAML\SOAP\XML\env_200305\Fault',
'Header' => '\SimpleSAML\SOAP\XML\env_200305\Header',
'Node' => '\SimpleSAML\SOAP\XML\env_200305\Node',
'NotUnderstood' => '\SimpleSAML\SOAP\XML\env_200305\NotUnderstood',
'Reason' => '\SimpleSAML\SOAP\XML\env_200305\Reason',
'Role' => '\SimpleSAML\SOAP\XML\env_200305\Role',
'Subcode' => '\SimpleSAML\SOAP\XML\env_200305\Subcode',
'SupportedEnvelope' => '\SimpleSAML\SOAP\XML\env_200305\SupportedEnvelope',
'Text' => '\SimpleSAML\SOAP\XML\env_200305\Text',
'Upgrade' => '\SimpleSAML\SOAP\XML\env_200305\Upgrade',
'Value' => '\SimpleSAML\SOAP\XML\env_200305\Value',
],
];

0 comments on commit b90b44c

Please sign in to comment.