Skip to content

Commit d75d806

Browse files
AmandoVledderactions-user
authored andcommitted
Fix styling
1 parent dd2987c commit d75d806

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/Features/Export/ExportFromDataTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public function test_exports_from_nested_string_array()
125125
$this->assertMatchesXmlSnapshot($xml);
126126
}
127127

128-
129128
/**
130129
* Test exporting a nested string array.
131130
*/
@@ -135,12 +134,12 @@ public function test_exports_from_nested_arrays()
135134
'key1' => [
136135
'foo' => 'bar',
137136
'bar' => 'baz',
138-
'baz' => []
137+
'baz' => [],
139138
],
140139
'key2' => [
141140
'a' => 'b',
142-
'c' => 'd'
143-
]
141+
'c' => 'd',
142+
],
144143
];
145144

146145
$xml = XML::export($data)

0 commit comments

Comments
 (0)