@@ -90,7 +90,7 @@ |
||
90 | 90 | */ |
91 | 91 | private function getXPathObj() |
92 | 92 | { |
93 | - if (empty($this->xPathCtx) && ! empty($this->sigNode)) { |
|
93 | + if (empty($this->xPathCtx) && !empty($this->sigNode)) { |
|
94 | 94 | $xpath = new DOMXPath($this->sigNode->ownerDocument); |
95 | 95 | $xpath->registerNamespace('secdsig', self::XMLDSIGNS); |
96 | 96 | $this->xPathCtx = $xpath; |