We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badb842 commit 06f0f28Copy full SHA for 06f0f28
2 files changed
src/PhpInfo.php
@@ -66,6 +66,9 @@ public function doNotSanitizeSessionId(): self
66
}
67
68
69
+ /**
70
+ * @param non-empty-string $sanitize
71
+ */
72
public function addSanitization(string $sanitize, ?string $with = null): self
73
{
74
$this->sanitizer->addSanitization($sanitize, $with);
src/SensitiveValueSanitizer.php
@@ -62,6 +62,9 @@ public function doNotSanitizeSessionId(): self
62
63
64
65
$this->sanitize[$sanitize] = $this->sanitize[urlencode($sanitize)] = $with ?? $this->sanitizeWith;
0 commit comments