wtf PhpStorm

This commit is contained in:
Dylan K. Taylor 2019-07-03 19:20:24 +01:00
parent 4c5d8c12dd
commit 1d96c1810f

View File

@ -49,7 +49,7 @@ use function assert;
use function dechex; use function dechex;
use const PHP_INT_MAX; use const PHP_INT_MAX;
class Block extends Position implements BlockLegacyIds{ class Block implements BlockLegacyIds{
/** /**
* Returns a new Block instance with the specified ID, meta and position. * Returns a new Block instance with the specified ID, meta and position.
@ -419,13 +419,12 @@ class Block extends Position implements BlockLegacyIds{
} }
/** /**
* @internal
*
* @param World $world * @param World $world
* @param int $x * @param int $x
* @param int $y * @param int $y
* @param int $z * @param int $z
*
*@internal
*
*/ */
final public function position(World $world, int $x, int $y, int $z) : void{ final public function position(World $world, int $x, int $y, int $z) : void{
$this->x = $x; $this->x = $x;