8000 Removed object type hint to work with 7.1 · symfony/symfony@ab4cd83 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab4cd83

Browse files
committed
Removed object type hint to work with 7.1
1 parent f668b59 commit ab4cd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ private static function addExtra(array &$a, \Reflector $c)
387387
}
388388
}
389389

390-
private static function addMap(array &$a, object $c, array $map, string $prefix = Caster::PREFIX_VIRTUAL)
390+
private static function addMap(array &$a, $c, array $map, string $prefix = Caster::PREFIX_VIRTUAL)
391391
{
392392
foreach ($map as $k => $m) {
393393
if (\PHP_VERSION_ID >= 80000 && 'isDisabled' === $k) {

0 commit comments

Comments
 (0)
0