Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/PhpInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use function str_replace;
use const INFO_ALL;

class PhpInfo
final class PhpInfo
Comment thread
spaze marked this conversation as resolved.
{

private SensitiveValueSanitizer $sanitizer;
Expand Down
2 changes: 1 addition & 1 deletion src/SensitiveValueSanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use function strtr;
use function urlencode;

class SensitiveValueSanitizer
final class SensitiveValueSanitizer
Comment thread
spaze marked this conversation as resolved.
{

private bool $sanitizeSessionId = true;
Expand Down