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 eaba19f commit d3aaf3eCopy full SHA for d3aaf3e
src/Symfony/Component/BrowserKit/Request.php
@@ -39,7 +39,7 @@ public function __construct(string $uri, string $method, array $parameters = [],
39
$this->method = $method;
40
41
array_walk_recursive($parameters, static function (&$value) {
42
- $value = (string)$value;
+ $value = (string) $value;
43
});
44
45
$this->parameters = $parameters;
0 commit comments