8000 fix the coding standard. · symfony/symfony@70d5b05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70d5b05

Browse files
author
zcodes
committed
fix the coding standard.
1 parent 6e7755b commit 70d5b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Caster/SymfonyCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function castRequest(Request $request, array $a, Stub $stub, $isNe
3030
$clone = null;
3131

3232
foreach (self::$requestGetters as $prop => $getter) {
33-
$key = Caster::PREFIX_PROTECTED . $prop;
33+
$key = Caster::PREFIX_PROTECTED.$prop;
3434
if (\array_key_exists($key, $a) && null === $a[$key]) {
3535
if (null === $clone) {
3636
$clone = clone $request;

0 commit comments

Comments
 (0)
0