Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70d5b05

Browse filesBrowse files
author
zcodes
committed
fix the coding standard.
1 parent 6e7755b commit 70d5b05
Copy full SHA for 70d5b05

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/SymfonyCaster.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.