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

Commit 41f610f

Browse files
committed
php doc
1 parent af713a3 commit 41f610f

File tree

1 file changed

+6
-0
lines changed
  • src/VectorNetworkProject/TheMix/game/level

1 file changed

+6
-0
lines changed

src/VectorNetworkProject/TheMix/game/level/Level.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ public static function init(): array
3737
*
3838
* @param Player $player
3939
* @param int $level
40+
*
4041
* @throws \Error
42+
*
4143
* @return void
4244
*/
4345
public static function setLevel(Player $player, int $level): void
@@ -58,6 +60,7 @@ public static function setLevel(Player $player, int $level): void
5860
* プレイヤーのレベルを1上げます。
5961
*
6062
* @param Player $player
63+
*
6164
* @return void
6265
*/
6366
public static function addLevel(Player $player): void
@@ -79,6 +82,7 @@ public static function addLevel(Player $player): void
7982
* プレイヤーのレベルを返します。
8083
*
8184
* @param Player $player
85+
*
8286
* @return int
8387
*/
8488
public static function getLevel(Player $player): int
@@ -91,6 +95,7 @@ public static function getLevel(Player $player): int
9195
* レベルが120か調べる。
9296
*
9397
* @param int $level
98+
*
9499
* @return bool
95100
*/
96101
public static function isComplete(int $level): bool
@@ -104,6 +109,7 @@ public static function isComplete(int $level): bool
104109
* レベルが120を超えていないか調べる。
105110
*
106111
* @param int $level
112+
*
107113
* @return bool
108114
*/
109115
private static function CheckLevel(int $level): bool

0 commit comments

Comments
 (0)