Skip to content

Commit 4efe2ab

Browse files
committed
Set public method
1 parent 0345540 commit 4efe2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assert/XPathFilterTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ trait XPathFilterTrait
107107
* @param array<string> $allowed_functions
108108
* @param string $message
109109
*/
110-
private static function allowedXPathFilter(
110+
public static function allowedXPathFilter(
111111
string $value,
112112
array $allowed_axes = C::DEFAULT_ALLOWED_AXES,
113113
array $allowed_functions = C::DEFAULT_ALLOWED_FUNCTIONS,

0 commit comments

Comments
 (0)