From bb904330b4ff16ef2c76542799cad99365f65136 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sun, 23 Aug 2020 00:53:49 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/AsciiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AsciiTest.php b/tests/AsciiTest.php index a3b8d9b..21a541a 100644 --- a/tests/AsciiTest.php +++ b/tests/AsciiTest.php @@ -245,7 +245,7 @@ public function testNewLineToAscii() // --- - $str = "ä-ö-ü"; + $str = 'ä-ö-ü'; static::assertSame('ae-oe-ue', ASCII::to_ascii($str, 'de', true)); }