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 9bb1ba9 commit de0b105Copy full SHA for de0b105
README.md
@@ -63,7 +63,7 @@ $result->getFavicon() // string or null
63
$resolver = MinecraftQueryResolver::fromAddress('play.minecord.net');
64
65
// use this method if you want raw data in array retrieved from minecraft server
66
-$rawData = $resolver->getRawData()
+$rawData = $resolver->getRawData();
67
68
// use this method if you want construct MinecraftQueryResult from raw data
69
$result = MinecraftQueryResult::fromRawData($rawData);
0 commit comments