We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d457427 commit d42adf0Copy full SHA for d42adf0
tests/Propel/Tests/Generator/Util/IconvTransliterationTest.php
@@ -19,7 +19,7 @@ class IconvTransliterationTest extends TestCase
19
/**
20
* Ensure iconv is available and locale supports transliteration.
21
*/
22
- protected function setUp()
+ protected function setUp(): void
23
{
24
if (!function_exists('iconv')) {
25
$this->markTestSkipped('iconv() is not available.');
0 commit comments