PhpDoc fix for my sanity

This commit is contained in:
jasonwynn10 2018-01-18 18:04:54 -05:00 committed by GitHub
parent 0c868b16b6
commit 21c03670b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ class Vector3{
* @param $y
* @param $z
*
* @return Vector3
* @return $this
*/
public function setComponents($x, $y, $z){
$this->x = $x;