8000 fixed tests · symfony/symfony@cb52d42 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb52d42

Browse files
committed
fixed tests
1 parent 6399ffa commit cb52d42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,13 @@ public static function castParameter(\ReflectionParameter $c, array $a, Stub $st
236236
$a[$prefix.'typeHint'] = $m[1];
237237
}
238238
}
239-
<<<<<<< HEAD
239+
240240
if (isset($a[$prefix.'typeHint'])) {
241241
$v = $a[$prefix.'typeHint'];
242242
$a[$prefix.'typeHint'] = new ClassStub($v, array(class_exists($v, false) || interface_exists($v, false) || trait_exists($v, false) ? $v : '', ''));
243-
=======
243+
}
244244
if (!isset($a[$prefix.'typeHint'])) {
245245
unset($a[$prefix.'allowsNull']);
246-
>>>>>>> 3.1
247246
}
248247

249248
try {

0 commit comments

Comments
 (0)
0