Skip to content

Commit 7ea0c86

Browse files
Various CS fixes
1 parent 4afdf19 commit 7ea0c86

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)