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

Commit f2158f0

Browse files
committed
Fix typo
1 parent a4e199e commit f2158f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VectorNetworkProject/TheMix/event/game/PlayerLevelChangeEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PlayerLevelChangeEvent extends PlayerEvent implements Cancellable
1717
/* @var int $newLevel*/
1818
private $newLevel;
1919

20-
/* @var int $oldlevel */
20+
/* @var int $oldLevel */
2121
private $oldLevel;
2222

2323
/* @var bool $complete */

0 commit comments

Comments
 (0)