Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
PHPDoc Nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Mar 13, 2020
1 parent 7411623 commit 06ab16f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions src/DaPigGuy/PiggyBackpacks/EventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,16 @@
use pocketmine\utils\TextFormat;
use pocketmine\utils\UUID;

/**
* Class EventListener
* @package DaPigGuy\PiggyBackpacks
*/
class EventListener implements Listener
{
/** @var PiggyBackpacks */
public $plugin;

/**
* EventListener constructor.
* @param PiggyBackpacks $plugin
*/
public function __construct(PiggyBackpacks $plugin)
{
$this->plugin = $plugin;
}

/**
* @param PlayerInteractEvent $event
*/
public function onInteract(PlayerInteractEvent $event): void
{
$player = $event->getPlayer();
Expand Down Expand Up @@ -93,9 +82,6 @@ public function onInteract(PlayerInteractEvent $event): void
}
}

/**
* @param InventoryTransactionEvent $event
*/
public function onInventoryTransaction(InventoryTransactionEvent $event): void
{
$transaction = $event->getTransaction();
Expand Down
4 changes: 0 additions & 4 deletions src/DaPigGuy/PiggyBackpacks/PiggyBackpacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
use pocketmine\plugin\PluginBase;
use pocketmine\utils\TextFormat;

/**
* Class PiggyBackpacks
* @package DaPigGuy\PiggyBackpacks
*/
class PiggyBackpacks extends PluginBase
{
/** @var array */
Expand Down

0 comments on commit 06ab16f

Please sign in to comment.