Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit fe16c60

Browse files
author
UramnOIL
committed
変更
1 parent c7d6fdd commit fe16c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public funciton onPlayerJoin(PlayerJoinEvent $event)
5151
$player->sendMessage("あなたのIDは$raws[0][id]です");
5252
}
5353
},
54-
function(SqlError $error, ?Exception $trace): void// private function reportError(?callable $default, SqlError $error, ?Exception $trace) : void{ //https://github.com/poggit/libasynql/blob/master/libasynql/src/poggit/libasynql/base/DataConnectorImpl.php#L196
54+
function(SqlError $error, ?Exception $trace): void //https://github.com/poggit/libasynql/blob/master/libasynql/src/poggit/libasynql/base/DataConnectorImpl.php#L196
5555
{
5656
var_dump($error, $trace);
5757
}

0 commit comments

Comments
 (0)