mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 08:39:53 +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 $y
|
||||||
* @param $z
|
* @param $z
|
||||||
*
|
*
|
||||||
* @return Vector3
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setComponents($x, $y, $z){
|
public function setComponents($x, $y, $z){
|
||||||
$this->x = $x;
|
$this->x = $x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user