We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cb03f commit 97c8effCopy full SHA for 97c8eff
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