diff --git a/src/pocketmine/math/Vector3.php b/src/pocketmine/math/Vector3.php index b44c0896c7..813e0b56ac 100644 --- a/src/pocketmine/math/Vector3.php +++ b/src/pocketmine/math/Vector3.php @@ -84,6 +84,7 @@ class Vector3{ * @param Vector3|int $x * @param int $y * @param int $z + * @return Vector3 */ public function add($x, $y = 0, $z = 0){ if($x instanceof Vector3){