Skip to content

Commit 4d1f0e4

Browse files
committed
Prefix phpstan return
1 parent 9016d06 commit 4d1f0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function axis() : Axis{
5050
}
5151

5252
/**
53-
* @return non-empty-array<int>
53+
* @phpstan-return non-empty-array<int>
5454
*/
5555
public function offset() : array{
5656
return match ($this) {

0 commit comments

Comments
 (0)