Skip to content

Commit 19b4692

Browse files
committed
chore: fixes since tags
1 parent 75a8034 commit 19b4692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Common/Contracts/WithArrayTransformationInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Interface for objects that support array transformation.
99
*
10-
* @since 1.0.0
10+
* @since n.e.x.t
1111
*
1212
* @template TArrayShape of array<string, mixed>
1313
*/
@@ -16,7 +16,7 @@ interface WithArrayTransformationInterface
1616
/**
1717
* Converts the object to an array representation.
1818
*
19-
* @since 1.0.0
19+
* @since n.e.x.t
2020
*
2121
* @return TArrayShape The array representation.
2222
*/
@@ -25,7 +25,7 @@ public function toArray(): array;
2525
/**
2626
* Creates an instance from array data.
2727
*
28-
* @since 1.0.0
28+
* @since n.e.x.t
2929
*
3030
* @param TArrayShape $array The array data.
3131
* @return self<TArrayShape> The created instance.

0 commit comments

Comments
 (0)