mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Merge pull request #1729 from PEMapModder/patch-5
Fixed wrong doccomment for Vector3::add()
This commit is contained in:
commit
1b36b10520
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user