Skip to content

Commit 68be8a7

Browse files
committed
Vector3: fix parameter types for setComponents()
1 parent e73f719 commit 68be8a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Vector3.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ public function getIntermediateWithZValue(Vector3 $v, float $z) : ?Vector3{
384384
}
385385

386386
/**
387-
* @param $x
388-
* @param $y
389-
* @param $z
387+
* @param float $x
388+
* @param float $y
389+
* @param float $z
390390
*
391391
* @return $this
392392
*/

0 commit comments

Comments
 (0)