Skip to content

Commit 08f8b08

Browse files
committed
RayTraceResult is now readonly
1 parent 0fb23f0 commit 08f8b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RayTraceResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Class representing a ray trace collision with an AxisAlignedBB
2828
*/
29-
class RayTraceResult{
29+
readonly class RayTraceResult{
3030

3131
public function __construct(
3232
public AxisAlignedBB $bb,

0 commit comments

Comments
 (0)