Skip to content

Commit 130ef5d

Browse files
committed
[VarDumper] Support for cURL handler objects.
1 parent 33c6766 commit 130ef5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ abstract class AbstractCloner implements ClonerInterface
117117
'DateTimeZone' => ['Symfony\Component\VarDumper\Caster\DateCaster', 'castTimeZone'],
118118
'DatePeriod' => ['Symfony\Component\VarDumper\Caster\DateCaster', 'castPeriod'],
119119

120+
'CurlHandle' => ['Symfony\Component\VarDumper\Caster\ResourceCaster', 'castCurl'],
120121
':curl' => ['Symfony\Component\VarDumper\Caster\ResourceCaster', 'castCurl'],
122+
121123
':dba' => ['Symfony\Component\VarDumper\Caster\ResourceCaster', 'castDba'],
122124
':dba persistent' => ['Symfony\Component\VarDumper\Caster\ResourceCaster', 'castDba'],
123125
':gd' => ['Symfony\Component\VarDumper\Caster\ResourceCaster', 'castGd'],

0 commit comments

Comments
 (0)