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 984cda4 commit 09a2449Copy full SHA for 09a2449
Tests/Util/StringUtilTest.php
@@ -35,7 +35,7 @@ public function testTrimUtf8Separators($hex)
35
36
// Convert UCS-2BE to UTF-8
37
$symbol = mb_convert_encoding($binary, 'UTF-8', 'UCS-2BE');
38
- $symbol = $symbol."ab\ncd".$symbol;
+ $symbol .= "ab\ncd".$symbol;
39
40
$this->assertSame("ab\ncd", StringUtil::trim($symbol));
41
}
0 commit comments