Skip to content

Commit

Permalink
Vector3: fix parameter types for setComponents()
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Oct 21, 2019
1 parent e73f719 commit 68be8a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Vector3.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ public function getIntermediateWithZValue(Vector3 $v, float $z) : ?Vector3{
}

/**
* @param $x
* @param $y
* @param $z
* @param float $x
* @param float $y
* @param float $z
*
* @return $this
*/
Expand Down

0 comments on commit 68be8a7

Please sign in to comment.