Skip to content

Commit e88ffda

Browse files
Fix README [skip ci]
1 parent 3edfe05 commit e88ffda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,14 @@ public function processed_configuration_for_array_node_1()
175175
'array_node_1' => array(
176176
'required_value_1' => 'final value'
177177
)
178-
)
178+
),
179+
// the path of the nodes you want to focus on in this test:
180+
'array_node_1'
179181
);
180182
}
181183
```
182184

183185
This would trigger no validation errors for any value in the `array_node_2` branch.
184186

185187
Note that the `$breadcrumbPath` can be even more specific, e.g. `"doctrine.orm"` (which would skip configuration
186-
processing for branch `"doctrine.dbal"`).
188+
processing for branch `"doctrine.dbal"`, etc.).

0 commit comments

Comments
 (0)