Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LiveComponent] Add missing typehints to HydrationExtensionInterface
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 symfony#1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, string given.
- Loading branch information