Skip to content

Commit 62f2ed8

Browse files
authored
Bugfix: declare final
1 parent 256b821 commit 62f2ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XML/ds/XPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @package simplesamlphp/xml-security
1818
*/
19-
class XPath extends AbstractDsElement
19+
final class XPath extends AbstractDsElement
2020
{
2121
/**
2222
* Construct an XPath element.

0 commit comments

Comments
 (0)