Skip to content

Commit 83bc234

Browse files
authored
Update array syntax in the readme (#83)
1 parent 59f4d3b commit 83bc234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ provide `array_node_1` as the argument for the `$breadcrumbPath` parameter of th
183183
public function processed_configuration_for_array_node_1(): void
184184
{
185185
$this->assertProcessedConfigurationEquals(
186-
array(
186+
[
187187
['array_node_1' => ['required_value_1' => 'original value']],
188188
['array_node_1' => ['required_value_1' => 'final value']]
189-
),
189+
],
190190
[
191191
'array_node_1' => [
192192
'required_value_1' => 'final value'

0 commit comments

Comments
 (0)