Skip to content

Commit 7c661c3

Browse files
authored
Update UkrainianToEnglishTest.php
1 parent 909f5cc commit 7c661c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UkrainianToEnglishTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class UkrainianToEnglishTest extends TestCase
2525
/** @var Transliterator */
2626
protected $transliterator;
2727

28-
public function setUp()
28+
protected function setUp(): void
2929
{
3030
$this->transliterator = new Transliterator();
3131
}

0 commit comments

Comments
 (0)