We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e09ce commit 9887190Copy full SHA for 9887190
src/Masking/FieldMasker.php
@@ -77,10 +77,10 @@ public function mask(array $data): array
77
78
/**
79
* Check if the field is a Header.
80
- * @param string $name
+ * @param int|bool|float|string|null $name
81
* @return bool
82
*/
83
- private function isHeader(string $name): bool
+ private function isHeader(int|bool|float|null|string $name): bool
84
{
85
return in_array(
86
needle: $name,
0 commit comments