Skip to content

Commit 25a944f

Browse files
committed
Fix CS
1 parent d6bdaa5 commit 25a944f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/temp/en/users.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?php
1+
<?php
22

33
return [
4-
'name' => [
5-
'first' => 'name',
6-
],
7-
];
4+
'name' => [
5+
'first' => 'name',
6+
],
7+
];

tests/temp/nl/users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
return [];
2+
return [];

0 commit comments

Comments
 (0)