Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 22, 2024
1 parent 8c2d60a commit 4106423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/framework/tests/Feature/InternationalizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@ public static function internationalCharacterSetsProvider(): array
'你好世界',
'简短描述',
'ni-hao-shi-jie',
'你好世界'
'你好世界',
],
'Japanese' => [
'こんにちは世界',
'短い説明',
'konnichihashi-jie',
'こんにちは世界'
'こんにちは世界',
],
'Korean' => [
'안녕하세요 세계',
'짧은 설명',
'annyeonghaseyo-segye',
'안녕하세요 세계'
'안녕하세요 세계',
],
];
}
Expand Down

0 comments on commit 4106423

Please sign in to comment.