Skip to content

Commit 63ae15c

Browse files
committed
Changed CONTRIBUTE.md
1 parent 10ae616 commit 63ae15c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Translation files live in `resources/trans` directory. Here is the example of th
99
```php
1010
return [
1111
'ago' => 'назад',
12-
'online' => 'в сети',
12+
'online' => 'В сети',
1313
// Seconds
1414
'second' => 'секунда',
1515
'seconds' => 'секунды',

tests/Translations/RussianTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ public function Provider_for_returns_correct_time(): array
9090
/**
9191
* @dataProvider Provider_for_returns_correct_date_in_seconds_in_english
9292
* @test
93+
*
9394
* @param int $seconds
9495
* @param array $expect
96+
*
97+
* @throws \Exception
9598
*/
9699
public function returns_correct_date_in_seconds(int $seconds, array $expect): void
97100
{

0 commit comments

Comments
 (0)