Skip to content

Commit d3aaf3e

Browse files
author
Randy Geraads
committed
cs
1 parent eaba19f commit d3aaf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/BrowserKit/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(string $uri, string $method, array $parameters = [],
3939
$this->method = $method;
4040

4141
array_walk_recursive($parameters, static function (&$value) {
42-
$value = (string)$value;
42+
$value = (string) $value;
4343
});
4444

4545
$this->parameters = $parameters;

0 commit comments

Comments
 (0)