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 59f4d3b commit 83bc234Copy full SHA for 83bc234
README.md
@@ -183,10 +183,10 @@ provide `array_node_1` as the argument for the `$breadcrumbPath` parameter of th
183
public function processed_configuration_for_array_node_1(): void
184
{
185
$this->assertProcessedConfigurationEquals(
186
- array(
+ [
187
['array_node_1' => ['required_value_1' => 'original value']],
188
['array_node_1' => ['required_value_1' => 'final value']]
189
- ),
+ ],
190
[
191
'array_node_1' => [
192
'required_value_1' => 'final value'
0 commit comments