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 06f19c7 commit 3c9a14aCopy full SHA for 3c9a14a
src/MinecraftQueryResolver.php
@@ -132,7 +132,7 @@ public function retrieveData(): void
132
if (function_exists('json_last_error_msg')) {
133
throw new MinecraftQueryException(json_last_error_msg());
134
} else {
135
- throw new MinecraftQueryException( 'JsonException, server sent invalid json');
+ throw new MinecraftQueryException('JsonException, server sent invalid json');
136
}
137
138
0 commit comments