Skip to content

Commit a9bd3fb

Browse files
fix CS
1 parent b402ce6 commit a9bd3fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/crafting/AnvilCraftResult.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
*/
3131
final class AnvilCraftResult{
3232
/**
33-
* @param int $xpCost The experience points cost required to craft the output item. (positive integer, 0 means no cost)
34-
* @param Item $output The item given as output of the crafting process.
33+
* @param int $xpCost The experience points cost required to craft the output item. (positive integer, 0 means no cost)
34+
* @param Item $output The item given as output of the crafting process.
3535
* @param Item|null $sacrificeResult If the given item is considered as null (count <= 0), the value will be set to null.
3636
*/
3737
public function __construct(

src/crafting/AnvilCraftingManagerDataFiller.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
use pocketmine\data\bedrock\item\ItemTypeNames;
2727
use pocketmine\item\Durable;
28-
use pocketmine\item\ItemTypeIds;
2928
use pocketmine\item\ToolTier;
3029
use pocketmine\item\VanillaArmorMaterials;
3130
use pocketmine\item\VanillaItems;

0 commit comments

Comments
 (0)