We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a8034 commit 19b4692Copy full SHA for 19b4692
src/Common/Contracts/WithArrayTransformationInterface.php
@@ -7,7 +7,7 @@
7
/**
8
* Interface for objects that support array transformation.
9
*
10
- * @since 1.0.0
+ * @since n.e.x.t
11
12
* @template TArrayShape of array<string, mixed>
13
*/
@@ -16,7 +16,7 @@ interface WithArrayTransformationInterface
16
17
* Converts the object to an array representation.
18
19
20
21
* @return TArrayShape The array representation.
22
@@ -25,7 +25,7 @@ public function toArray(): array;
25
26
* Creates an instance from array data.
27
28
29
30
* @param TArrayShape $array The array data.
31
* @return self<TArrayShape> The created instance.
0 commit comments