File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,27 +28,27 @@ public function getConfigTreeBuilder(): TreeBuilder
28
28
$ rootNode = $ treeBuilder ->getRootNode ();
29
29
$ rootNode ->children ()
30
30
->integerNode ('max_items ' )
31
- ->info ('Max number of displayed items past the first level, -1 means no limit ' )
31
+ ->info ('Max number of displayed items past the first level, -1 means no limit. ' )
32
32
->min (-1 )
33
33
->defaultValue (2500 )
34
34
->end ()
35
35
->integerNode ('min_depth ' )
36
- ->info ('Minimum tree depth to clone all the items, 1 is default ' )
36
+ ->info ('Minimum tree depth to clone all the items, 1 is default. ' )
37
37
->min (0 )
38
38
->defaultValue (1 )
39
39
->end ()
40
40
->integerNode ('max_string_length ' )
41
- ->info ('Max length of displayed strings, -1 means no limit ' )
41
+ ->info ('Max length of displayed strings, -1 means no limit. ' )
42
42
->min (-1 )
43
43
->defaultValue (-1 )
44
44
->end ()
45
45
->scalarNode ('dump_destination ' )
46
- ->info ('A stream URL where dumps should be written to ' )
46
+ ->info ('A stream URL where dumps should be written to. ' )
47
47
->example ('php://stderr, or tcp://%env(VAR_DUMPER_SERVER)% when using the "server:dump" command ' )
48
48
->defaultNull ()
49
49
->end ()
50
50
->enumNode ('theme ' )
51
- ->info ('Changes the color of the dump() output when rendered directly on the templating. "dark" (default) or "light" ' )
51
+ ->info ('Changes the color of the dump() output when rendered directly on the templating. "dark" (default) or "light". ' )
52
52
->example ('dark ' )
53
53
->values (['dark ' , 'light ' ])
54
54
->defaultValue ('dark ' )
You can’t perform that action at this time.
0 commit comments