We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ae616 commit 63ae15cCopy full SHA for 63ae15c
CONTRIBUTE.md
@@ -9,7 +9,7 @@ Translation files live in `resources/trans` directory. Here is the example of th
9
```php
10
return [
11
'ago' => 'назад',
12
- 'online' => 'в сети',
+ 'online' => 'В сети',
13
// Seconds
14
'second' => 'секунда',
15
'seconds' => 'секунды',
tests/Translations/RussianTest.php
@@ -90,8 +90,11 @@ public function Provider_for_returns_correct_time(): array
90
/**
91
* @dataProvider Provider_for_returns_correct_date_in_seconds_in_english
92
* @test
93
+ *
94
* @param int $seconds
95
* @param array $expect
96
97
+ * @throws \Exception
98
*/
99
public function returns_correct_date_in_seconds(int $seconds, array $expect): void
100
{
0 commit comments