We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29cb03f + 97c8eff commit a362bbbCopy full SHA for a362bbb
1 file changed
src/Extra/Processor/ServerProcessor.php
@@ -41,7 +41,7 @@ public function process(array $data): array
41
continue;
42
}
43
44
- $return[$serverKey] = $this->replace($this->replacementStrategy, $serverValue);
+ $return[$serverKey] = $this->replace($this->replacementStrategy, (string) $serverValue);
45
46
47
return $return;
0 commit comments