File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Variable nodes
74
74
75
75
A tree contains node definitions which can be laid out in a semantic way.
76
76
This means, using indentation and the fluent notation, it is possible to
77
- reflect the real structure of the configuration values:
77
+ reflect the real structure of the configuration values::
78
78
79
79
$rootNode
80
80
->children()
@@ -106,7 +106,7 @@ node definition. Node type are available for:
106
106
* variable (no validation)
107
107
108
108
and are created with ``node($name, $type) `` or their associated shortcut
109
- ``xxxxNode($name) `` method.
109
+ ``xxxxNode($name) `` method.
110
110
111
111
Numeric node constraints
112
112
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -115,7 +115,8 @@ Numeric node constraints
115
115
116
116
The numeric (float and integer) nodes are new in 2.2
117
117
118
- Numeric node (float and integer) provide two extra constraints min() and max() allowing to validate the value:
118
+ Numeric node (float and integer) provide two extra constraints min() and
119
+ max() allowing to validate the value:
119
120
120
121
.. code-block :: php
121
122
You can’t perform that action at this time.
0 commit comments