mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 19:50:18 +00:00
Fixed wrong doccomment for Vector3::add()
Yes I know it was me who wrote it wrong.
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user