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 85fce16 commit 1b95a35Copy full SHA for 1b95a35
src/Log/Minecraft/CustomSkinLoader/CustomSkinLoaderLog.php
@@ -27,7 +27,7 @@ public static function getDefaultParser(): Parser
27
return (new Parser())
28
->setPattern(static::$pattern)
29
->setTimeFormat('Y-m-d H:i:s')
30
- ->setMatches([Parser::PREFIX, Parser::TIME, Parser::LEVEL]);;
+ ->setMatches([Parser::PREFIX, Parser::TIME, Parser::LEVEL]);
31
}
32
33
public static function getDefaultAnalyser(): AnalyserInterface
0 commit comments