We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf19b8 commit a98a6fbCopy full SHA for a98a6fb
Cloner/AbstractCloner.php
@@ -80,7 +80,7 @@ abstract class AbstractCloner implements ClonerInterface
80
':stream-context' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStreamContext',
81
);
82
83
- protected $maxItems = 250;
+ protected $maxItems = 2500;
84
protected $maxString = -1;
85
86
private $casters = array();
0 commit comments