We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77a72f commit 947c8a0Copy full SHA for 947c8a0
src/block/anvil/AnvilAction.php
@@ -26,7 +26,6 @@
26
use pocketmine\item\Item;
27
28
abstract class AnvilAction{
29
- /** @phpstan-var int<0, max> */
30
protected int $xpCost = 0;
31
32
final public function __construct(
@@ -38,8 +37,6 @@ final public function __construct(
38
37
/**
39
* Returns the XP cost requested for this action.
40
* This XP cost will be summed up to the total XP cost of the anvil operation.
41
- *
42
- * @phpstan-return int<0, max>
43
*/
44
final public function getXpCost() : int{
45
return $this->xpCost;
0 commit comments