Skip to content

Commit 42f505a

Browse files
Merge branch '7.2' into 7.3
* 7.2: - - CS fixes
2 parents f3570b8 + de5189e commit 42f505a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Slugger/AsciiSluggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static function provideSlugEmojiTests(): iterable
112112
*/
113113
public function testSlugEmojiWithSetLocale()
114114
{
115-
if (!setlocale(LC_ALL, 'C.UTF-8')) {
115+
if (!setlocale(\LC_ALL, 'C.UTF-8')) {
116116
$this->markTestSkipped('Unable to switch to the "C.UTF-8" locale.');
117117
}
118118

0 commit comments

Comments
 (0)