Skip to content

Commit 386c948

Browse files
[Intl] fix test
1 parent 672fa62 commit 386c948

File tree

1 file changed

+2
-2
lines changed
  • Tests/Data/Bundle/Writer/Fixtures

1 file changed

+2
-2
lines changed

Tests/Data/Bundle/Writer/Fixtures/en.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
return [
44
'Entry1' => [
55
'Array' => [
6-
0 => 'foo',
7-
1 => 'bar',
6+
'foo',
7+
'bar',
88
],
99
'Integer' => 5,
1010
'Boolean' => false,

0 commit comments

Comments
 (0)