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

Commit db13e27

Browse files
author
UramnOIL
committed
getRankingByWin()に変更
1 parent f456f8e commit db13e27

File tree

1 file changed

+1
-1
lines changed
  • src/VectorNetworkProject/DataProvider/Tables/Dual

1 file changed

+1
-1
lines changed

src/VectorNetworkProject/DataProvider/Tables/Dual/Dual.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function addLose(IPlayer $player, int $lose): void
128128
* @param callable $onSelect
129129
* @param callable|null $onError
130130
*/
131-
public function getRanking(int $limit, callable $onSelect, ?callable $onError = null): void
131+
public function getRankingByWin(int $limit, callable $onSelect, ?callable $onError = null): void
132132
{
133133
$this->connector->executeSelect(self::GET_RANKING, [$limit], $onSelect, $onError);
134134
}

0 commit comments

Comments
 (0)