Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #1057 [LiveComponent] Add missing typehints to HydrationExtensi…
…onInterface (norkunas) This PR was merged into the 2.x branch. Discussion ---------- [LiveComponent] Add missing typehints to HydrationExtensionInterface | Q | A | ------------- | --- | Bug fix? | no /not sure | New feature? | no /not sure | Tickets | N/A | License | MIT I have a custom hydration extension that in `supports` method checks if the provided class has my custom marker attribute through Reflection, but SA complains: > Parameter `#1` $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, string given. Commits ------- 7f8279c [LiveComponent] Add missing typehints to HydrationExtensionInterface
- Loading branch information