Skip to content

Commit a98a6fb

Browse files
[VarDumper] increase debug.max_items to 2500
1 parent 0bf19b8 commit a98a6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cloner/AbstractCloner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ abstract class AbstractCloner implements ClonerInterface
8080
':stream-context' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStreamContext',
8181
);
8282

83-
protected $maxItems = 250;
83+
protected $maxItems = 2500;
8484
protected $maxString = -1;
8585

8686
private $casters = array();

0 commit comments

Comments
 (0)