Skip to content

Commit 947c8a0

Browse files
remove phpstan docs
1 parent c77a72f commit 947c8a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/block/anvil/AnvilAction.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
use pocketmine\item\Item;
2727

2828
abstract class AnvilAction{
29-
/** @phpstan-var int<0, max> */
3029
protected int $xpCost = 0;
3130

3231
final public function __construct(
@@ -38,8 +37,6 @@ final public function __construct(
3837
/**
3938
* Returns the XP cost requested for this action.
4039
* This XP cost will be summed up to the total XP cost of the anvil operation.
41-
*
42-
* @phpstan-return int<0, max>
4340
*/
4441
final public function getXpCost() : int{
4542
return $this->xpCost;

0 commit comments

Comments
 (0)