Commit 24fa1be
committed
minor #861 [LiveComponent] Added type mixed to $value property and added string $className to mach HydrationExtensionInterface (mwansinck)
This PR was merged into the 2.x branch.
Discussion
----------
[LiveComponent] Added type mixed to $value property and added string $className to mach HydrationExtensionInterface
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? |no
| License | MIT
Documentation example for writing the hydrate method was not compatible with the HydrationExtensionInterface.
Corrected the example so the code can be copy-pasted without errors.
Commits
-------
4b29a1f Added type mixed to $value property and added string $className to match HydrationExtensionInterface1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
| 703 | + | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| |||
0 commit comments