Skip to content

Commit

Permalink
Wrong phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertzui123 authored Aug 21, 2020
1 parent 41abcbc commit f9f483d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Wertzui123/BedrockClans/Clan.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Wertzui123\BedrockClans;

use pocketmine\level\Location;
use pocketmine\level\Position;
use pocketmine\Player;
use pocketmine\utils\Config;
use Wertzui123\BedrockClans\tasks\invitetask;
Expand All @@ -30,7 +29,7 @@ class Clan
* @param string|null $leader
* @param string[]|null $members
* @param int|null $bank
* @param Position|null $home
* @param Location|null $home
*/
public function __construct(Main $plugin, $name, $file = null, $leader = null, $members = null, $bank = null, $home = null)
{
Expand Down Expand Up @@ -366,4 +365,4 @@ public static function getMaxWithdrawAmount($rank)
return Main::getInstance()->getConfig()->getNested('bank.withdraw.maximum.' . $rank, 0);
}

}
}

0 comments on commit f9f483d

Please sign in to comment.