Skip to content

Commit 6865929

Browse files
authored
Update Vector3.php
1 parent e3fe09a commit 6865929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Vector3.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ public function sidesArray(bool $keys = false, int $step = 1) : array{
190190

191191
/**
192192
* Yields vectors stepped out from this one in directions except those on the given axis.
193+
*
194+
* @param Axis $axis Facing directions on this axis will be excluded
193195
*
194196
* @return \Generator|Vector3[]
195197
* @phpstan-return \Generator<Facing, Vector3, void, void>

0 commit comments

Comments
 (0)