diff --git a/src/Support/Livewire/LivewireDataSynth.php b/src/Support/Livewire/LivewireDataSynth.php index 031bf6b27..10109dd92 100644 --- a/src/Support/Livewire/LivewireDataSynth.php +++ b/src/Support/Livewire/LivewireDataSynth.php @@ -41,10 +41,7 @@ public function set(&$target, $key, $value): void } /** - * @param BaseData&TransformableData&ContextableData $target - * @param callable(mixed):mixed $dehydrateChild - * - * @return array + * @param callable(array-key, mixed):mixed $dehydrateChild */ public function dehydrate( BaseData&TransformableData&ContextableData $target, @@ -71,11 +68,7 @@ public function dehydrate( } /** - * @param mixed $value - * @param array $meta - * @param callable(mixed):mixed $hydrateChild - * - * @return BaseData + * @param callable(array-key, mixed):mixed $hydrateChild */ public function hydrate( array $value,