mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
PhpDoc fix for my sanity
This commit is contained in:
parent
0c868b16b6
commit
21c03670b6
@ -326,7 +326,7 @@ class Vector3{
|
||||
* @param $y
|
||||
* @param $z
|
||||
*
|
||||
* @return Vector3
|
||||
* @return $this
|
||||
*/
|
||||
public function setComponents($x, $y, $z){
|
||||
$this->x = $x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user