Skip to content

1.5.0

Compare
Choose a tag to compare
@veewee veewee released this 11 Mar 15:34
1.5.0
567c9bf

What's Changed

final class SecurityLocator
{
    public function __invoke(Document $document): \DOMElement
    {
        return assert_element(
            $document->xpath(new WssePreset($document))
                ->querySingle('/wssoap:Envelope/wssoap:Header/wswsse:Security')
        );
    }
}

Full Changelog: v1.4.0...1.5.0