mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: escape service
This commit is contained in:
@ -25,7 +25,7 @@ final class ServiceMessage
|
||||
$paramsToString = '';
|
||||
|
||||
foreach ([...$this->parameters, 'flowId' => self::$flowId] as $key => $value) {
|
||||
$value = $this->escapeServiceMessage();
|
||||
$value = $this->escapeServiceMessage((string) $value);
|
||||
$paramsToString .= " $key='$value'";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user