Skip to content

Commit d42adf0

Browse files
committed
Mistype of missing type
1 parent d457427 commit d42adf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Propel/Tests/Generator/Util/IconvTransliterationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class IconvTransliterationTest extends TestCase
1919
/**
2020
* Ensure iconv is available and locale supports transliteration.
2121
*/
22-
protected function setUp()
22+
protected function setUp(): void
2323
{
2424
if (!function_exists('iconv')) {
2525
$this->markTestSkipped('iconv() is not available.');

0 commit comments

Comments
 (0)